diff options
author | Ted Kremenek <kremenek@apple.com> | 2010-01-27 06:14:12 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2010-01-27 06:14:12 +0000 |
commit | 145308f4daa82d38a1b4fe1ee4811fe55b37b4c2 (patch) | |
tree | 0bdc2b9366bd5d25df9956f967f924993fbcd86f | |
parent | a64e89bbfa756816d1e4a48e5d6c03edf1d7f23b (diff) |
Update CMake build.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94663 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Checker/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Checker/CMakeLists.txt b/lib/Checker/CMakeLists.txt index a1cd99130a..46a37228f9 100644 --- a/lib/Checker/CMakeLists.txt +++ b/lib/Checker/CMakeLists.txt @@ -21,6 +21,7 @@ add_clang_library(clangChecker CheckSecuritySyntaxOnly.cpp CheckSizeofPointer.cpp Checker.cpp + CocoaConventions.cpp DereferenceChecker.cpp DivZeroChecker.cpp Environment.cpp |