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

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

Issue 1665363002: Clang plugin to check that unstable types are not used in IPC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use SmallVector; revert build script changes 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 58c66f4bd23e9b634b2fe4e8f467052fdde2c1bc..16dca7fdf52d9dcefc3a78a77bd7c53920eaa50d 100644
--- a/tools/clang/plugins/Options.h
+++ b/tools/clang/plugins/Options.h
@@ -17,6 +17,7 @@ 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;
+ bool check_ipc = false;
};
} // namespace chrome_checker

Powered by Google App Engine
This is Rietveld 408576698