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

Unified Diff: tools/clang/plugins/CMakeLists.txt

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/CMakeLists.txt
diff --git a/tools/clang/plugins/CMakeLists.txt b/tools/clang/plugins/CMakeLists.txt
index 04de853e16f217957965ed383250261d9b2076a8..6be8b2eb699d55bf9f39eb2372c8d4ab7be51789 100644
--- a/tools/clang/plugins/CMakeLists.txt
+++ b/tools/clang/plugins/CMakeLists.txt
@@ -1,7 +1,8 @@
set(plugin_sources
ChromeClassTester.cpp
FindBadConstructsAction.cpp
- FindBadConstructsConsumer.cpp)
+ FindBadConstructsConsumer.cpp
+ CheckIPCVisitor.cpp)
if(WIN32)
# Clang doesn't support loadable modules on Windows. Unfortunately, building

Powered by Google App Engine
This is Rietveld 408576698