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 | ||||
Douglas Gregor | 36d1b14 | 2009-10-06 17:59:45 +0000 | [diff] [blame] | 7 | CXXInheritance.cpp |
Oscar Fuentes | 07d9f9a | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 8 | Decl.cpp |
Ted Kremenek | 3e808ed | 2009-07-15 21:08:41 +0000 | [diff] [blame] | 9 | DeclBase.cpp |
Oscar Fuentes | 07d9f9a | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 10 | DeclCXX.cpp |
11 | DeclGroup.cpp | ||||
12 | DeclObjC.cpp | ||||
Douglas Gregor | 278f52e | 2009-05-30 00:08:05 +0000 | [diff] [blame] | 13 | DeclPrinter.cpp |
Douglas Gregor | ded2d7b | 2009-02-04 19:02:06 +0000 | [diff] [blame] | 14 | DeclTemplate.cpp |
Ted Kremenek | 3e808ed | 2009-07-15 21:08:41 +0000 | [diff] [blame] | 15 | DeclarationName.cpp |
Oscar Fuentes | 07d9f9a | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 16 | Expr.cpp |
17 | ExprCXX.cpp | ||||
Ted Kremenek | 3e808ed | 2009-07-15 21:08:41 +0000 | [diff] [blame] | 18 | ExprConstant.cpp |
Anders Carlsson | afb2dad | 2009-12-16 02:09:40 +0000 | [diff] [blame^] | 19 | FullExpr.cpp |
Oscar Fuentes | 07d9f9a | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 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 |
Daniel Dunbar | 09fd050 | 2009-07-19 00:40:45 +0000 | [diff] [blame] | 23 | RecordLayoutBuilder.cpp |
Oscar Fuentes | 07d9f9a | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 24 | Stmt.cpp |
25 | StmtDumper.cpp | ||||
26 | StmtIterator.cpp | ||||
27 | StmtPrinter.cpp | ||||
Douglas Gregor | 5c193b9 | 2009-07-28 00:33:38 +0000 | [diff] [blame] | 28 | StmtProfile.cpp |
Oscar Fuentes | 07d9f9a | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 29 | StmtViz.cpp |
John McCall | 588d2d5 | 2009-10-29 07:48:15 +0000 | [diff] [blame] | 30 | TemplateBase.cpp |
Ted Kremenek | 3278893 | 2009-04-01 19:11:05 +0000 | [diff] [blame] | 31 | TemplateName.cpp |
Oscar Fuentes | 07d9f9a | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 32 | Type.cpp |
Benjamin Kramer | a48651d | 2009-08-19 12:02:15 +0000 | [diff] [blame] | 33 | TypeLoc.cpp |
Douglas Gregor | 983136e | 2009-11-10 00:39:07 +0000 | [diff] [blame] | 34 | TypePrinter.cpp |
Oscar Fuentes | 07d9f9a | 2008-10-26 00:56:18 +0000 | [diff] [blame] | 35 | ) |
Douglas Gregor | 23d75bb | 2009-03-16 23:06:59 +0000 | [diff] [blame] | 36 | |
37 | add_dependencies(clangAST ClangDiagnosticAST) |