diff options
author | Oscar Fuentes <ofv@wanadoo.es> | 2011-02-17 22:07:39 +0000 |
---|---|---|
committer | Oscar Fuentes <ofv@wanadoo.es> | 2011-02-17 22:07:39 +0000 |
commit | 63ba0460da07749607a33ee419b315712a323542 (patch) | |
tree | 49e32ea9322db2eb515ea3cc6e462d51e0444c8e | |
parent | a85f5284c34f3969701a6f2121e8fcfc2fc5e81d (diff) |
CMake: updated source file list.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125783 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/StaticAnalyzer/Checkers/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/StaticAnalyzer/Checkers/CMakeLists.txt b/lib/StaticAnalyzer/Checkers/CMakeLists.txt index c22b37a7c0..bf424e2927 100644 --- a/lib/StaticAnalyzer/Checkers/CMakeLists.txt +++ b/lib/StaticAnalyzer/Checkers/CMakeLists.txt @@ -26,6 +26,7 @@ add_clang_library(clangStaticAnalyzerCheckers ChrootChecker.cpp ClangSACheckerProvider.cpp DeadStoresChecker.cpp + DebugCheckers.cpp DereferenceChecker.cpp DivZeroChecker.cpp ExprEngine.cpp |