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

Unified Diff: tools/clang/plugins/Options.h

Issue 1554533002: Mark methods with override in pdf/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add Clang plugin flag correctly Created 5 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/FindBadConstructsAction.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/clang/plugins/Options.h
diff --git a/tools/clang/plugins/Options.h b/tools/clang/plugins/Options.h
index 186c1e39c6845ac9be2004d783a749c5fa67393c..bb5857f0d74ec688dc158367b24b0a1c7643d4c2 100644
--- a/tools/clang/plugins/Options.h
+++ b/tools/clang/plugins/Options.h
@@ -10,12 +10,14 @@ namespace chrome_checker {
struct Options {
Options()
: check_base_classes(false),
+ enforce_in_pdf(false),
enforce_in_thirdparty_webkit(false),
check_enum_last_value(false),
with_ast_visitor(false),
check_templates(false) {}
bool check_base_classes;
+ bool enforce_in_pdf;
bool enforce_in_thirdparty_webkit; // Use in Blink code itself
bool check_enum_last_value;
bool with_ast_visitor;
« no previous file with comments | « tools/clang/plugins/FindBadConstructsAction.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698