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

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

Issue 2749043004: Clang plugin: Support for Blink in web/. (Closed)
Patch Set: Created 3 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
Index: tools/clang/plugins/Options.h
diff --git a/tools/clang/plugins/Options.h b/tools/clang/plugins/Options.h
index a012979f0d3d657c3073e0f2724e6b919b30de4f..eebe5494a9d94840beb92da65393525dbac46840 100644
--- a/tools/clang/plugins/Options.h
+++ b/tools/clang/plugins/Options.h
@@ -9,7 +9,7 @@ namespace chrome_checker {
struct Options {
bool check_base_classes = false;
- bool enforce_in_thirdparty_webkit = false; // Use in Blink code itself
+ bool enforce_in_blink = false; // Use in Blink code itself
bool check_enum_last_value = false;
// This is needed for some distributed build-sytems to respect banned
// paths. See https://crbug.com/583454 for details.
« tools/clang/plugins/ChromeClassTester.cpp ('K') | « tools/clang/plugins/FindBadConstructsAction.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698