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

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

Issue 862133002: Update from https://crrev.com/312398 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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
OLDNEW
1 weak_ptr_factory.cpp:43:38: warning: [chromium-style] WeakPtrFactory members whi ch refer to their outer class must be the last member in the outer class definit ion. 1 weak_ptr_factory.cpp:54: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_; 2 base::WeakPtrFactory<FactoryFirst> factory_;
3 ^ 3 ^
4 weak_ptr_factory.cpp:49:39: warning: [chromium-style] WeakPtrFactory members whi ch refer to their outer class must be the last member in the outer class definit ion. 4 weak_ptr_factory.cpp:60: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_; 5 base::WeakPtrFactory<FactoryMiddle> factory_;
6 ^ 6 ^
7 weak_ptr_factory.cpp:55:44: warning: [chromium-style] WeakPtrFactory members whi ch refer to their outer class must be the last member in the outer class definit ion. 7 weak_ptr_factory.cpp:66:44: warning: [chromium-style] WeakPtrFactory members whi ch refer to their outer class must be the last member in the outer class definit ion.
8 base::WeakPtrFactory<TwoFactoriesOneBad> factory1_; 8 base::WeakPtrFactory<TwoFactoriesOneBad> factory1_;
9 ^ 9 ^
10 3 warnings generated. 10 weak_ptr_factory.cpp:76:39: warning: [chromium-style] WeakPtrFactory members whi ch refer to their outer class must be the last member in the outer class definit ion.
11 base::WeakPtrFactory<ClassTemplate> factory_;
12 ^
13 4 warnings generated.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698