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