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

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

Issue 1504033010: Follow macro invocations when checking if a violation happened in a .cc file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: 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
Index: tools/clang/plugins/Options.h
diff --git a/tools/clang/plugins/Options.h b/tools/clang/plugins/Options.h
index 62be64a23e333fc728d0b7a6bdc113671d3f1c77..4a77fed5cfd51678bdace9a5eaef61294c7c8d0f 100644
--- a/tools/clang/plugins/Options.h
+++ b/tools/clang/plugins/Options.h
@@ -22,6 +22,7 @@ struct Options {
bool check_enum_last_value;
bool with_ast_visitor;
bool check_templates;
+ bool follow_macro_expansion = false;
};
} // namespace chrome_checker

Powered by Google App Engine
This is Rietveld 408576698