blob: ad29428220bfa89801e557e177ae8dc7b6d0134b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
add_clang_unittest(ASTTests
ASTContextParentMapTest.cpp
CommentLexer.cpp
CommentParser.cpp
DeclPrinterTest.cpp
SourceLocationTest.cpp
StmtPrinterTest.cpp
)
target_link_libraries(ASTTests
clangAST clangASTMatchers clangTooling
)
|