aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2009-10-31 12:15:23 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2009-10-31 12:15:23 +0000
commit7e36e95e213285bea70854541150868b6b74842b (patch)
tree33a3fec36b79554c79b4d21e749fef71021f37e8
parent9e56d2360b2cfb66864755396c5a64b5019871b8 (diff)
Update CMake file.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85652 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Analysis/PathSensitive/BugType.h2
-rw-r--r--lib/Analysis/CMakeLists.txt2
2 files changed, 3 insertions, 1 deletions
diff --git a/include/clang/Analysis/PathSensitive/BugType.h b/include/clang/Analysis/PathSensitive/BugType.h
index a22266455a..09acb157d0 100644
--- a/include/clang/Analysis/PathSensitive/BugType.h
+++ b/include/clang/Analysis/PathSensitive/BugType.h
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
-// This file defines BugType, a class representing a bug tpye.
+// This file defines BugType, a class representing a bug type.
//
//===----------------------------------------------------------------------===//
diff --git a/lib/Analysis/CMakeLists.txt b/lib/Analysis/CMakeLists.txt
index d3bf42ba60..5ff9a1f10f 100644
--- a/lib/Analysis/CMakeLists.txt
+++ b/lib/Analysis/CMakeLists.txt
@@ -19,6 +19,7 @@ add_clang_library(clangAnalysis
CheckObjCInstMethSignature.cpp
CheckObjCUnusedIVars.cpp
CheckSecuritySyntaxOnly.cpp
+ DivZeroChecker.cpp
Environment.cpp
ExplodedGraph.cpp
GRBlockCounter.cpp
@@ -38,6 +39,7 @@ add_clang_library(clangAnalysis
SimpleSValuator.cpp
Store.cpp
SymbolManager.cpp
+ UndefDerefChecker.cpp
UninitializedValues.cpp
ValueManager.cpp
)