Oscar Fuentes | 07d9f9a | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 1 | set(LLVM_NO_RTTI 1) |
| 2 | |
| 3 | add_clang_library(clangAST |
Oscar Fuentes | 77543d9 | 2008-11-19 18:46:39 +0000 | [diff] [blame] | 4 | APValue.cpp |
Oscar Fuentes | 07d9f9a | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 5 | ASTConsumer.cpp |
| 6 | ASTContext.cpp |
| 7 | Builtins.cpp |
| 8 | CFG.cpp |
Douglas Gregor | 77324f3 | 2008-11-17 14:58:09 +0000 | [diff] [blame] | 9 | DeclarationName.cpp |
Oscar Fuentes | 07d9f9a | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 10 | DeclBase.cpp |
| 11 | Decl.cpp |
| 12 | DeclCXX.cpp |
| 13 | DeclGroup.cpp |
| 14 | DeclObjC.cpp |
| 15 | DeclSerialization.cpp |
Douglas Gregor | ded2d7b | 2009-02-04 19:02:06 +0000 | [diff] [blame] | 16 | DeclTemplate.cpp |
Oscar Fuentes | 07d9f9a | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 17 | ExprConstant.cpp |
| 18 | Expr.cpp |
| 19 | ExprCXX.cpp |
| 20 | InheritViz.cpp |
Douglas Gregor | 5253768 | 2009-03-19 00:18:19 +0000 | [diff] [blame^] | 21 | NestedNameSpecifier.cpp |
Oscar Fuentes | 07d9f9a | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 22 | ParentMap.cpp |
| 23 | Stmt.cpp |
| 24 | StmtDumper.cpp |
| 25 | StmtIterator.cpp |
| 26 | StmtPrinter.cpp |
| 27 | StmtSerialization.cpp |
| 28 | StmtViz.cpp |
| 29 | TranslationUnit.cpp |
| 30 | Type.cpp |
| 31 | TypeSerialization.cpp |
| 32 | ) |
Douglas Gregor | 23d75bb | 2009-03-16 23:06:59 +0000 | [diff] [blame] | 33 | |
| 34 | add_dependencies(clangAST ClangDiagnosticAST) |