Roll src/third_party/WebKit f36d5e0:68b67cd (svn 193299:193303)
[chromium-blink-merge.git] / tools / clang / plugins / tests / weak_ptr_factory.txt
blob53bfd58c7e1dd57dafd29bee05cf4c7f99ac1121
1 weak_ptr_factory.cpp:54:38: warning: [chromium-style] WeakPtrFactory members which refer to their outer class must be the last member in the outer class definition.
2   base::WeakPtrFactory<FactoryFirst> factory_;
3                                      ^
4 weak_ptr_factory.cpp:60:39: warning: [chromium-style] WeakPtrFactory members which refer to their outer class must be the last member in the outer class definition.
5   base::WeakPtrFactory<FactoryMiddle> factory_;
6                                       ^
7 weak_ptr_factory.cpp:66:44: warning: [chromium-style] WeakPtrFactory members which refer to their outer class must be the last member in the outer class definition.
8   base::WeakPtrFactory<TwoFactoriesOneBad> factory1_;
9                                            ^
10 weak_ptr_factory.cpp:76:39: warning: [chromium-style] WeakPtrFactory members which refer to their outer class must be the last member in the outer class definition.
11   base::WeakPtrFactory<ClassTemplate> factory_;
12                                       ^
13 4 warnings generated.