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

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

Issue 1493813003: Convert the no-inline-virtuals rule into a constructors rule. Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Rebase onto https://codereview.chromium.org/1504033010 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 186c1e39c6845ac9be2004d783a749c5fa67393c..b4e075d976152e8c13c1e77021a8610a9218cc70 100644
--- a/tools/clang/plugins/Options.h
+++ b/tools/clang/plugins/Options.h
@@ -21,6 +21,7 @@ struct Options {
bool with_ast_visitor;
bool check_templates;
bool follow_macro_expansion = false;
+ bool treat_virtuals_as_complexity = false;
};
} // namespace chrome_checker

Powered by Google App Engine
This is Rietveld 408576698