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

Unified Diff: tools/clang/plugins/tests/overridden_methods.h

Issue 1841863002: Update monet. (Closed) Base URL: https://github.com/domokit/monet.git@master
Patch Set: Created 4 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/clang/plugins/Options.h ('k') | tools/clang/plugins/tests/overridden_methods.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/clang/plugins/tests/overridden_methods.h
diff --git a/tools/clang/plugins/tests/overridden_methods.h b/tools/clang/plugins/tests/overridden_methods.h
index 69ee100c48b0763722d0a96640e084ef9943d53d..ed29933456894549b332da271af8027a26ff253f 100644
--- a/tools/clang/plugins/tests/overridden_methods.h
+++ b/tools/clang/plugins/tests/overridden_methods.h
@@ -50,7 +50,7 @@ class DerivedClass : public InterimClass,
void SomeOtherMethod() override;
// Should warn for inline implementations.
virtual void SomeInlineMethod() {}
- // Should not warn if overriding a method whose origin is blink.
+ // Should warn if overriding a method whose origin is blink.
virtual void WebKitModifiedSomething();
// Should warn with the insertion point after the const.
virtual void SomeConstMethod() const {}
« no previous file with comments | « tools/clang/plugins/Options.h ('k') | tools/clang/plugins/tests/overridden_methods.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698