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

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

Issue 1486813002: Clang style plugin: remove 'warn-only' option (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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') | tools/clang/plugins/tests/warn_only.h » ('j') | 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 a94c95e85531f94668d87b908497ad95355c914c..62be64a23e333fc728d0b7a6bdc113671d3f1c77 100644
--- a/tools/clang/plugins/Options.h
+++ b/tools/clang/plugins/Options.h
@@ -14,8 +14,7 @@ struct Options {
enforce_in_thirdparty_webkit(false),
check_enum_last_value(false),
with_ast_visitor(false),
- check_templates(false),
- warn_only(false) {}
+ check_templates(false) {}
bool check_base_classes;
bool enforce_overriding_blink; // Blink base-class use
@@ -23,7 +22,6 @@ struct Options {
bool check_enum_last_value;
bool with_ast_visitor;
bool check_templates;
- bool warn_only;
};
} // namespace chrome_checker
« no previous file with comments | « tools/clang/plugins/FindBadConstructsAction.cpp ('k') | tools/clang/plugins/tests/warn_only.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698