llvm-project/clang/lib/ASTMatchers
Samuel Benzaquen 193d87fd8c Fix order of evaluation bug in DynTypedMatcher::constructVariadic().
Fix order of evaluation bug in DynTypedMatcher::constructVariadic().
If it evaluates right-to-left, the vector gets moved before we read the
kind from it.

llvm-svn: 219624
2014-10-13 18:17:11 +00:00
..
Dynamic Fix completion logic to allow for heterogeneous argument types in matcher overloads. 2014-10-09 22:08:52 +00:00
ASTMatchFinder.cpp Return a reference instead of vector copy for parentmap queries. 2014-10-04 17:01:26 +00:00
ASTMatchersInternal.cpp Fix order of evaluation bug in DynTypedMatcher::constructVariadic(). 2014-10-13 18:17:11 +00:00
CMakeLists.txt [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
Makefile First revision of the dynamic ASTMatcher library. 2013-05-14 09:13:00 +00:00