llvm-project/clang/lib/ASTMatchers/Dynamic
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
..
CMakeLists.txt [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
Diagnostics.cpp Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types 2015-05-29 19:42:19 +00:00
Makefile
Marshallers.h Use 'override/final' instead of 'virtual' for overridden methods 2015-04-11 02:00:23 +00:00
Parser.cpp Replace some const std::string & with llvm::StringRef or std::string 2015-07-06 08:47:15 +00:00
Registry.cpp Add the ability to AST match a variable declaration that is an exception variable. 2015-07-15 17:11:21 +00:00
VariantValue.cpp [ASTMatchers] Use provided target NodeKind instead of inferring it from the matchers. 2015-07-17 16:05:27 +00:00