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.
Issue 26303002: Make Clang plugin check WeakPtrFactory member order
(Closed)
Created 7 years, 2 months ago by dmichael (off chromium)
Modified 7 years, 2 months ago
Reviewers: Elliot Glaysher
Base URL: svn://svn.chromium.org/chrome/trunk/src
Comments: 0