From 7e36e95e213285bea70854541150868b6b74842b Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Sat, 31 Oct 2009 12:15:23 +0000 Subject: [PATCH] Update CMake file. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85652 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Analysis/PathSensitive/BugType.h | 2 +- lib/Analysis/CMakeLists.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 ) -- 2.40.0