Oscar Fuentes | c03d2ca | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 1 | set(LLVM_NO_RTTI 1) |
2 | |||||
3 | add_clang_library(clangParse | ||||
4 | AttributeList.cpp | ||||
5 | DeclSpec.cpp | ||||
6 | MinimalAction.cpp | ||||
7 | ParseCXXInlineMethods.cpp | ||||
8 | ParseDecl.cpp | ||||
9 | ParseDeclCXX.cpp | ||||
10 | ParseExpr.cpp | ||||
11 | ParseExprCXX.cpp | ||||
12 | ParseInit.cpp | ||||
13 | ParseObjc.cpp | ||||
14 | ParsePragma.cpp | ||||
15 | Parser.cpp | ||||
16 | ParseStmt.cpp | ||||
17 | ParseTentative.cpp | ||||
18 | ) |