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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/clang/plugins/tests/overridden_methods.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/clang/plugins/tests/overridden_methods.txt
diff --git a/tools/clang/plugins/tests/overridden_methods.txt b/tools/clang/plugins/tests/overridden_methods.txt
index da3c58f4eaaa45db3c5f5b85d3dd1705161adc01..a405d3102264582031e142761a6cc63f4eab041e 100644
--- a/tools/clang/plugins/tests/overridden_methods.txt
+++ b/tools/clang/plugins/tests/overridden_methods.txt
@@ -1,8 +1,11 @@
In file included from overridden_methods.cpp:5:
-./overridden_methods.h:42:11: warning: [chromium-style] Overriding method must be marked with OVERRIDE.
+./overridden_methods.h:43:11: warning: [chromium-style] Overriding method must be marked with OVERRIDE.
virtual void SomeMethod();
^
-./overridden_methods.h:46:11: warning: [chromium-style] Overriding method must be marked with OVERRIDE.
+./overridden_methods.h:47:11: warning: [chromium-style] Overriding method must be marked with OVERRIDE.
virtual void SomeInlineMethod() {}
^
-2 warnings generated.
+./overridden_methods.h:51:11: warning: [chromium-style] Overriding method must be marked with OVERRIDE.
+ virtual void SomeNonPureBaseMethod() {}
+ ^
+3 warnings generated.
« 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