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