Oscar Fuentes | c03d2ca | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 1 | set(LLVM_NO_RTTI 1) |
2 | |||||
3 | add_clang_library(clangAST | ||||
4 | ASTConsumer.cpp | ||||
5 | ASTContext.cpp | ||||
6 | Builtins.cpp | ||||
7 | CFG.cpp | ||||
Douglas Gregor | 24afd4a | 2008-11-17 14:58:09 +0000 | [diff] [blame] | 8 | DeclarationName.cpp |
Oscar Fuentes | c03d2ca | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 9 | DeclBase.cpp |
10 | Decl.cpp | ||||
11 | DeclCXX.cpp | ||||
12 | DeclGroup.cpp | ||||
13 | DeclObjC.cpp | ||||
14 | DeclSerialization.cpp | ||||
15 | ExprConstant.cpp | ||||
16 | Expr.cpp | ||||
17 | ExprCXX.cpp | ||||
18 | InheritViz.cpp | ||||
19 | ParentMap.cpp | ||||
20 | Stmt.cpp | ||||
21 | StmtDumper.cpp | ||||
22 | StmtIterator.cpp | ||||
23 | StmtPrinter.cpp | ||||
24 | StmtSerialization.cpp | ||||
25 | StmtViz.cpp | ||||
26 | TranslationUnit.cpp | ||||
27 | Type.cpp | ||||
28 | TypeSerialization.cpp | ||||
29 | ) |