diff options
-rw-r--r-- | lib/Analysis/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Analysis/CMakeLists.txt b/lib/Analysis/CMakeLists.txt index a979223266..1400f8b77b 100644 --- a/lib/Analysis/CMakeLists.txt +++ b/lib/Analysis/CMakeLists.txt @@ -16,6 +16,8 @@ add_clang_library(clangAnalysis CFRefCount.cpp CallGraph.cpp CallInliner.cpp + CastToStructChecker.cpp + CheckSizeofPointer.cpp CheckDeadStores.cpp CheckObjCDealloc.cpp CheckObjCInstMethSignature.cpp |