]> granicus.if.org Git - clang/blob - lib/AST/CMakeLists.txt
Refactor the code that walks a C++ inheritance hierarchy, searching
[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   CXXInheritance.cpp
8   Decl.cpp
9   DeclBase.cpp
10   DeclCXX.cpp
11   DeclGroup.cpp
12   DeclObjC.cpp
13   DeclPrinter.cpp
14   DeclTemplate.cpp
15   DeclarationName.cpp
16   Expr.cpp
17   ExprCXX.cpp
18   ExprConstant.cpp
19   InheritViz.cpp
20   NestedNameSpecifier.cpp
21   ParentMap.cpp
22   RecordLayoutBuilder.cpp
23   Stmt.cpp
24   StmtDumper.cpp
25   StmtIterator.cpp
26   StmtPrinter.cpp
27   StmtProfile.cpp
28   StmtViz.cpp
29   TemplateName.cpp
30   Type.cpp
31   TypeLoc.cpp
32   )
33
34 add_dependencies(clangAST ClangDiagnosticAST)