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

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: Add comment Created 4 years, 8 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
« no previous file with comments | « ipc/ipc_message_utils.h ('k') | tools/clang/plugins/CheckIPCVisitor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ipc/ipc_message_utils.h ('k') | tools/clang/plugins/CheckIPCVisitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698