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

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

Issue 8823013: One more OVERRIDE test that the code should already pass. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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/overridden_methods.h ('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
1 In file included from overridden_methods.cpp:5: 1 In file included from overridden_methods.cpp:5:
2 ./overridden_methods.h:42:11: warning: [chromium-style] Overriding method must b e marked with OVERRIDE. 2 ./overridden_methods.h:43:11: warning: [chromium-style] Overriding method must b e marked with OVERRIDE.
3 virtual void SomeMethod(); 3 virtual void SomeMethod();
4 ^ 4 ^
5 ./overridden_methods.h:46:11: warning: [chromium-style] Overriding method must b e marked with OVERRIDE. 5 ./overridden_methods.h:47:11: warning: [chromium-style] Overriding method must b e marked with OVERRIDE.
6 virtual void SomeInlineMethod() {} 6 virtual void SomeInlineMethod() {}
7 ^ 7 ^
8 2 warnings generated. 8 ./overridden_methods.h:51:11: warning: [chromium-style] Overriding method must b e marked with OVERRIDE.
9 virtual void SomeNonPureBaseMethod() {}
10 ^
11 3 warnings generated.
OLDNEW
« no previous file with comments | « tools/clang/plugins/tests/overridden_methods.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698