From: Zhongxing Xu Date: Mon, 9 Nov 2009 09:32:38 +0000 (+0000) Subject: update CMakeList.txt X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=483bfaa4b54062c86a8b8bb19a20700f94747223;p=clang update CMakeList.txt git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86535 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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