Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Side by Side Diff: tools/clang/plugins/tests/weak_ptr_factory.txt

Issue 26303002: Make Clang plugin check WeakPtrFactory member order (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Clean up for review Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tools/clang/plugins/tests/weak_ptr_factory.flags ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 weak_ptr_factory.cpp:35:38: warning: [chromium-style] WeakPtrFactory members whi ch refer to their outer class must be the last member in the outer class definit ion.
2 base::WeakPtrFactory<FactoryFirst> factory_;
3 ^
4 weak_ptr_factory.cpp:41:39: warning: [chromium-style] WeakPtrFactory members whi ch refer to their outer class must be the last member in the outer class definit ion.
5 base::WeakPtrFactory<FactoryMiddle> factory_;
6 ^
7 2 warnings generated.
OLDNEW
« no previous file with comments | « tools/clang/plugins/tests/weak_ptr_factory.flags ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698