1 import("//llvm/utils/unittest/unittest.gni")
4 configs += [ "//llvm/utils/gn/build:clang_code" ]
7 "//clang/lib/ASTMatchers",
8 "//clang/lib/Analysis",
10 "//clang/lib/Frontend",
11 "//clang/lib/Tooling",
15 "ASTContextParentMapTest.cpp",
16 "ASTImporterFixtures.cpp",
17 "ASTImporterGenericRedeclTest.cpp",
18 "ASTImporterODRStrategiesTest.cpp",
19 "ASTImporterTest.cpp",
20 "ASTImporterVisibilityTest.cpp",
21 "ASTTraverserTest.cpp",
22 "ASTTypeTraitsTest.cpp",
26 "CommentTextTest.cpp",
27 "DataCollectionTest.cpp",
28 "DeclPrinterTest.cpp",
30 "EvaluateAsRValueTest.cpp",
31 "ExternalASTSourceTest.cpp",
33 "NamedDeclPrinterTest.cpp",
34 "OMPStructuredBlockTest.cpp",
35 "RecursiveASTVisitorTest.cpp",
36 "SourceLocationTest.cpp",
37 "StmtPrinterTest.cpp",
38 "StructuralEquivalenceTest.cpp",