llvm-project/clang/unittests/ASTMatchers
Stephen Kelly 0a57d14abf [ASTMatchers] Fix parent traversal with InitListExpr
Children of InitListExpr are traversed twice by RAV, so this code
populates a vector to represent the possibly-multiple parents (in
reality in this situation the parent is the same and is therefore
de-duplicated).
2020-01-27 11:19:59 +00:00
..
Dynamic [ParserTest] Move raw string literal out of macro 2020-01-05 11:24:04 +00:00
ASTMatchersInternalTest.cpp [Clang] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:04:18 +00:00
ASTMatchersNarrowingTest.cpp Add a new AST matcher 'optionally'. 2020-01-08 14:10:11 -05:00
ASTMatchersNodeTest.cpp Add matchDynamic convenience functions 2019-12-07 00:01:29 +00:00
ASTMatchersTest.h Added AST matcher for ignoring elidable constructors 2019-06-13 13:48:24 +00:00
ASTMatchersTraversalTest.cpp [ASTMatchers] Fix parent traversal with InitListExpr 2020-01-27 11:19:59 +00:00
CMakeLists.txt cmake: Add CLANG_LINK_CLANG_DYLIB option 2019-07-03 22:45:55 +00:00