]> granicus.if.org Git - clang/commitdiff
Update CMake file.
authorBenjamin Kramer <benny.kra@googlemail.com>
Sat, 31 Oct 2009 12:15:23 +0000 (12:15 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sat, 31 Oct 2009 12:15:23 +0000 (12:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85652 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Analysis/PathSensitive/BugType.h
lib/Analysis/CMakeLists.txt

index a22266455aee1fe58c6ccff6588281ac3a84cb28..09acb157d023434d09ffbe181fffa4c541db5484 100644 (file)
@@ -7,7 +7,7 @@
 //
 //===----------------------------------------------------------------------===//
 //
-//  This file defines BugType, a class representing a bug tpye.
+//  This file defines BugType, a class representing a bug type.
 //
 //===----------------------------------------------------------------------===//
 
index d3bf42ba60533f681eb533cca1fc32eb612b9b11..5ff9a1f10fa25d56ee3c81910060b4e9f8aa87dc 100644 (file)
@@ -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
   )