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

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

Issue 1810243002: Check for unstable types in IPC messages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ignore system headers; fix comment Created 4 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 e56084e428d508cb23769e4a1c6865ea3a8657f2..684dab52bbb6047652031108d4565c2b9f3d7fc2 100644
--- a/tools/clang/plugins/Options.h
+++ b/tools/clang/plugins/Options.h
@@ -17,10 +17,10 @@ struct Options {
// This is needed during the migration from ASTConsumer approach to the
// RecursiveASTVisitor approach. See https://crbug.com/436357 for details.
bool check_implicit_copy_ctors = false;
-
// This is needed for some distributed build-sytems to respect banned
// paths. See https://crbug.com/583454 for details.
bool no_realpath = false;
+ bool check_ipc = false;
};
} // namespace chrome_checker

Powered by Google App Engine
This is Rietveld 408576698