forked from OSchip/llvm-project
parent
5d4a6400ce
commit
122660eb19
|
@ -13,7 +13,6 @@ add_clang_library(clangAST
|
|||
DeclGroup.cpp
|
||||
DeclObjC.cpp
|
||||
DeclTemplate.cpp
|
||||
DocumentXML.cpp
|
||||
ExprConstant.cpp
|
||||
Expr.cpp
|
||||
ExprCXX.cpp
|
||||
|
@ -25,7 +24,6 @@ add_clang_library(clangAST
|
|||
StmtIterator.cpp
|
||||
StmtPrinter.cpp
|
||||
StmtViz.cpp
|
||||
StmtXML.cpp
|
||||
TemplateName.cpp
|
||||
Type.cpp
|
||||
)
|
||||
|
|
|
@ -7,6 +7,7 @@ add_clang_library(clangFrontend
|
|||
CacheTokens.cpp
|
||||
DependencyFile.cpp
|
||||
DiagChecker.cpp
|
||||
DocumentXML.cpp
|
||||
FixItRewriter.cpp
|
||||
GeneratePCH.cpp
|
||||
HTMLDiagnostics.cpp
|
||||
|
@ -27,6 +28,7 @@ add_clang_library(clangFrontend
|
|||
RewriteMacros.cpp
|
||||
RewriteObjC.cpp
|
||||
RewriteTest.cpp
|
||||
StmtXML.cpp
|
||||
TextDiagnosticBuffer.cpp
|
||||
TextDiagnosticPrinter.cpp
|
||||
Warnings.cpp
|
||||
|
|
Loading…
Reference in New Issue