| 1 | set(LLVM_LINK_COMPONENTS |
| 2 | BinaryFormat |
| 3 | Support |
| 4 | ) |
| 5 | |
| 6 | add_clang_library(clangAST |
| 7 | APValue.cpp |
| 8 | ASTConsumer.cpp |
| 9 | ASTContext.cpp |
| 10 | ASTDiagnostic.cpp |
| 11 | ASTDumper.cpp |
| 12 | ASTImporter.cpp |
| 13 | ASTImporterLookupTable.cpp |
| 14 | ASTStructuralEquivalence.cpp |
| 15 | ASTTypeTraits.cpp |
| 16 | AttrImpl.cpp |
| 17 | CXXInheritance.cpp |
| 18 | Comment.cpp |
| 19 | CommentBriefParser.cpp |
| 20 | CommentCommandTraits.cpp |
| 21 | CommentLexer.cpp |
| 22 | CommentParser.cpp |
| 23 | CommentSema.cpp |
| 24 | ComparisonCategories.cpp |
| 25 | DataCollection.cpp |
| 26 | Decl.cpp |
| 27 | DeclarationName.cpp |
| 28 | DeclBase.cpp |
| 29 | DeclCXX.cpp |
| 30 | DeclFriend.cpp |
| 31 | DeclGroup.cpp |
| 32 | DeclObjC.cpp |
| 33 | DeclOpenMP.cpp |
| 34 | DeclPrinter.cpp |
| 35 | DeclTemplate.cpp |
| 36 | Expr.cpp |
| 37 | ExprClassification.cpp |
| 38 | ExprConstant.cpp |
| 39 | ExprCXX.cpp |
| 40 | ExprObjC.cpp |
| 41 | ExternalASTMerger.cpp |
| 42 | ExternalASTSource.cpp |
| 43 | FormatString.cpp |
| 44 | InheritViz.cpp |
| 45 | ItaniumCXXABI.cpp |
| 46 | ItaniumMangle.cpp |
| 47 | Mangle.cpp |
| 48 | MicrosoftCXXABI.cpp |
| 49 | MicrosoftMangle.cpp |
| 50 | NestedNameSpecifier.cpp |
| 51 | NSAPI.cpp |
| 52 | ODRHash.cpp |
| 53 | OSLog.cpp |
| 54 | OpenMPClause.cpp |
| 55 | ParentMap.cpp |
| 56 | PrintfFormatString.cpp |
| 57 | QualTypeNames.cpp |
| 58 | RawCommentList.cpp |
| 59 | RecordLayout.cpp |
| 60 | RecordLayoutBuilder.cpp |
| 61 | ScanfFormatString.cpp |
| 62 | SelectorLocationsKind.cpp |
| 63 | Stmt.cpp |
| 64 | StmtCXX.cpp |
| 65 | StmtIterator.cpp |
| 66 | StmtObjC.cpp |
| 67 | StmtOpenMP.cpp |
| 68 | StmtPrinter.cpp |
| 69 | StmtProfile.cpp |
| 70 | StmtViz.cpp |
| 71 | TemplateBase.cpp |
| 72 | TemplateName.cpp |
| 73 | TextNodeDumper.cpp |
| 74 | Type.cpp |
| 75 | TypeLoc.cpp |
| 76 | TypePrinter.cpp |
| 77 | VTableBuilder.cpp |
| 78 | VTTBuilder.cpp |
| 79 | |
| 80 | LINK_LIBS |
| 81 | clangBasic |
| 82 | clangLex |
| 83 | ) |
| 84 | |