зеркало из https://github.com/microsoft/clang-1.git
Update the CMake build for r146959's new files.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146967 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
9082cddf28
Коммит
3ff53b3587
|
@ -6,6 +6,7 @@ add_clang_library(clangAnalysis
|
|||
CFGReachabilityAnalysis.cpp
|
||||
CFGStmtMap.cpp
|
||||
CocoaConventions.cpp
|
||||
Dominators.cpp
|
||||
FormatString.cpp
|
||||
LiveVariables.cpp
|
||||
PostOrderCFGView.cpp
|
||||
|
|
|
@ -13,6 +13,7 @@ add_clang_library(clangFrontend
|
|||
ASTMerge.cpp
|
||||
ASTUnit.cpp
|
||||
CacheTokens.cpp
|
||||
ChainedDiagnosticConsumer.cpp
|
||||
ChainedIncludesSource.cpp
|
||||
CompilerInstance.cpp
|
||||
CompilerInvocation.cpp
|
||||
|
|
|
@ -13,6 +13,7 @@ add_clang_library(clangLex
|
|||
MacroInfo.cpp
|
||||
ModuleMap.cpp
|
||||
PPCaching.cpp
|
||||
PPCallbacks.cpp
|
||||
PPDirectives.cpp
|
||||
PPExpressions.cpp
|
||||
PPLexerChange.cpp
|
||||
|
|
|
@ -17,6 +17,7 @@ add_clang_library(clangSema
|
|||
SemaCast.cpp
|
||||
SemaChecking.cpp
|
||||
SemaCodeComplete.cpp
|
||||
SemaConsumer.cpp
|
||||
SemaDecl.cpp
|
||||
SemaDeclAttr.cpp
|
||||
SemaDeclCXX.cpp
|
||||
|
|
|
@ -36,6 +36,7 @@ add_clang_library(clangStaticAnalyzerCore
|
|||
SimpleConstraintManager.cpp
|
||||
SimpleSValBuilder.cpp
|
||||
Store.cpp
|
||||
SubEngine.cpp
|
||||
SymbolManager.cpp
|
||||
TextPathDiagnostics.cpp
|
||||
)
|
||||
|
|
Загрузка…
Ссылка в новой задаче