]> granicus.if.org Git - clang/blob - lib/AST/CMakeLists.txt
Make clone() method out-of-line for Attr classes.
[clang] / lib / AST / CMakeLists.txt
1 set(LLVM_NO_RTTI 1)
2
3 add_clang_library(clangAST
4   APValue.cpp
5   ASTConsumer.cpp
6   ASTContext.cpp
7   AttrImpl.cpp
8   CXXInheritance.cpp
9   Decl.cpp
10   DeclBase.cpp
11   DeclCXX.cpp
12   DeclGroup.cpp
13   DeclObjC.cpp
14   DeclPrinter.cpp
15   DeclTemplate.cpp
16   DeclarationName.cpp
17   Expr.cpp
18   ExprCXX.cpp
19   ExprConstant.cpp
20   FullExpr.cpp
21   InheritViz.cpp
22   NestedNameSpecifier.cpp
23   ParentMap.cpp
24   RecordLayoutBuilder.cpp
25   Stmt.cpp
26   StmtDumper.cpp
27   StmtIterator.cpp
28   StmtPrinter.cpp
29   StmtProfile.cpp
30   StmtViz.cpp
31   TemplateBase.cpp
32   TemplateName.cpp
33   Type.cpp
34   TypeLoc.cpp
35   TypePrinter.cpp
36   )
37
38 add_dependencies(clangAST ClangDiagnosticAST)