[cfe-commits] r85652 - in /cfe/trunk: include/clang/Analysis/PathSensitive/BugType.h lib/Analysis/CMakeLists.txt

Benjamin Kramer benny.kra at googlemail.com
Sat Oct 31 05:15:24 PDT 2009


Author: d0k
Date: Sat Oct 31 07:15:23 2009
New Revision: 85652

URL: http://llvm.org/viewvc/llvm-project?rev=85652&view=rev
Log:
Update CMake file.

Modified:
    cfe/trunk/include/clang/Analysis/PathSensitive/BugType.h
    cfe/trunk/lib/Analysis/CMakeLists.txt

Modified: cfe/trunk/include/clang/Analysis/PathSensitive/BugType.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Analysis/PathSensitive/BugType.h?rev=85652&r1=85651&r2=85652&view=diff

==============================================================================
--- cfe/trunk/include/clang/Analysis/PathSensitive/BugType.h (original)
+++ cfe/trunk/include/clang/Analysis/PathSensitive/BugType.h Sat Oct 31 07:15:23 2009
@@ -7,7 +7,7 @@
 //
 //===----------------------------------------------------------------------===//
 //
-//  This file defines BugType, a class representing a bug tpye.
+//  This file defines BugType, a class representing a bug type.
 //
 //===----------------------------------------------------------------------===//
 

Modified: cfe/trunk/lib/Analysis/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Analysis/CMakeLists.txt?rev=85652&r1=85651&r2=85652&view=diff

==============================================================================
--- cfe/trunk/lib/Analysis/CMakeLists.txt (original)
+++ cfe/trunk/lib/Analysis/CMakeLists.txt Sat Oct 31 07:15:23 2009
@@ -19,6 +19,7 @@
   CheckObjCInstMethSignature.cpp
   CheckObjCUnusedIVars.cpp
   CheckSecuritySyntaxOnly.cpp
+  DivZeroChecker.cpp
   Environment.cpp
   ExplodedGraph.cpp
   GRBlockCounter.cpp
@@ -38,6 +39,7 @@
   SimpleSValuator.cpp
   Store.cpp
   SymbolManager.cpp
+  UndefDerefChecker.cpp
   UninitializedValues.cpp
   ValueManager.cpp
   )





More information about the cfe-commits mailing list