llvm-project/clang/lib/ASTMatchers
Samuel Benzaquen b063f5c7e1 [ASTMatchers] Use provided target NodeKind instead of inferring it from the matchers.
Individual matchers might not be convertible to each other's kind, but
they might still all be convertible to the target kind.
All the callers already know the target kind, so just pass it down.

llvm-svn: 242534
2015-07-17 16:05:27 +00:00
..
Dynamic [ASTMatchers] Use provided target NodeKind instead of inferring it from the matchers. 2015-07-17 16:05:27 +00:00
ASTMatchFinder.cpp Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types 2015-05-29 19:42:19 +00:00
ASTMatchersInternal.cpp [ASTMatchers] Use provided target NodeKind instead of inferring it from the matchers. 2015-07-17 16:05:27 +00:00
CMakeLists.txt ASTMatchers: Add an explicit dependency on libclangBasic. 2015-03-12 16:25:19 +00:00
Makefile First revision of the dynamic ASTMatcher library. 2013-05-14 09:13:00 +00:00