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

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

Issue 2278603004: Revert of clang plugin: Remove check-templates toggle. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/FindBadConstructsConsumer.cpp ('k') | tools/clang/plugins/tests/weak_ptr_factory.flags » ('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 de82007afab4e12c7088a3f48251631e73102575..5e854fd1e4f33da353dc88c1f8ea16d6b97932df 100644
--- a/tools/clang/plugins/Options.h
+++ b/tools/clang/plugins/Options.h
@@ -12,6 +12,7 @@
bool enforce_in_pdf = false;
bool enforce_in_thirdparty_webkit = false; // Use in Blink code itself
bool check_enum_last_value = false;
+ bool check_templates = false;
// This is needed for some distributed build-sytems to respect banned
// paths. See https://crbug.com/583454 for details.
bool no_realpath = false;
« no previous file with comments | « tools/clang/plugins/FindBadConstructsConsumer.cpp ('k') | tools/clang/plugins/tests/weak_ptr_factory.flags » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698