2008-10-26 08:56:18 +08:00
|
|
|
set(LLVM_NO_RTTI 1)
|
|
|
|
|
|
|
|
add_clang_library(clangParse
|
|
|
|
AttributeList.cpp
|
|
|
|
DeclSpec.cpp
|
|
|
|
MinimalAction.cpp
|
|
|
|
ParseCXXInlineMethods.cpp
|
|
|
|
ParseDecl.cpp
|
|
|
|
ParseDeclCXX.cpp
|
|
|
|
ParseExpr.cpp
|
|
|
|
ParseExprCXX.cpp
|
|
|
|
ParseInit.cpp
|
|
|
|
ParseObjc.cpp
|
|
|
|
ParsePragma.cpp
|
|
|
|
ParseStmt.cpp
|
2008-12-03 00:23:30 +08:00
|
|
|
ParseTemplate.cpp
|
2009-07-22 05:03:50 +08:00
|
|
|
ParseTentative.cpp
|
|
|
|
Parser.cpp
|
2008-10-26 08:56:18 +08:00
|
|
|
)
|
2009-03-17 07:06:59 +08:00
|
|
|
|
|
|
|
add_dependencies(clangParse ClangDiagnosticParse)
|