]> granicus.if.org Git - clang/commitdiff
Update the CMake build for r146959's new files.
authorChandler Carruth <chandlerc@gmail.com>
Tue, 20 Dec 2011 08:42:15 +0000 (08:42 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 20 Dec 2011 08:42:15 +0000 (08:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146967 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/CMakeLists.txt
lib/Frontend/CMakeLists.txt
lib/Lex/CMakeLists.txt
lib/Sema/CMakeLists.txt
lib/StaticAnalyzer/Core/CMakeLists.txt

index 7ad14c41eb113534d1c3233cd8be7de897865dda..4b88ad279af9f95e726819f7e6169969ad11df7e 100644 (file)
@@ -6,6 +6,7 @@ add_clang_library(clangAnalysis
   CFGReachabilityAnalysis.cpp
   CFGStmtMap.cpp
   CocoaConventions.cpp
+  Dominators.cpp
   FormatString.cpp
   LiveVariables.cpp
   PostOrderCFGView.cpp
index f98ed11c67c40259d9ca7c0aec6206685730fb7c..40e813968a1d3243f14641677af6b2f6ea31ba8b 100644 (file)
@@ -13,6 +13,7 @@ add_clang_library(clangFrontend
   ASTMerge.cpp
   ASTUnit.cpp
   CacheTokens.cpp
+  ChainedDiagnosticConsumer.cpp
   ChainedIncludesSource.cpp
   CompilerInstance.cpp
   CompilerInvocation.cpp
index 39c4fd590dc40739c19b7ca037cdd8ba827602dc..0a2ffdbf232d7f55b639dcd2133d37779775aa2d 100644 (file)
@@ -13,6 +13,7 @@ add_clang_library(clangLex
   MacroInfo.cpp
   ModuleMap.cpp
   PPCaching.cpp
+  PPCallbacks.cpp
   PPDirectives.cpp
   PPExpressions.cpp
   PPLexerChange.cpp
index 06d02252d68d0ff2900c9745cc48a57f12363eea..81cbd9594d052c8c867ea95e8163d3aea14bbf11 100644 (file)
@@ -17,6 +17,7 @@ add_clang_library(clangSema
   SemaCast.cpp
   SemaChecking.cpp
   SemaCodeComplete.cpp
+  SemaConsumer.cpp
   SemaDecl.cpp
   SemaDeclAttr.cpp
   SemaDeclCXX.cpp
index 391a781ab09d62a82de4854502c555d090e51274..b2148ca5550a8d45cd05c45a823e76b4739834d6 100644 (file)
@@ -36,6 +36,7 @@ add_clang_library(clangStaticAnalyzerCore
   SimpleConstraintManager.cpp
   SimpleSValBuilder.cpp
   Store.cpp
+  SubEngine.cpp
   SymbolManager.cpp
   TextPathDiagnostics.cpp
   )