llvm-project/clang/unittests/ASTMatchers/Dynamic
Samuel Benzaquen b63c251894 Fix completion logic to allow for heterogeneous argument types in matcher overloads.
Summary:
There was an assumption that there were no matchers that were overloaded
on matchers and other types of arguments.
This assumption was broken recently with the addition of new matcher
overloads.

Fixes http://llvm.org/PR21226

Reviewers: pcc

Subscribers: klimek, cfe-commits

Differential Revision: http://reviews.llvm.org/D5711

llvm-svn: 219450
2014-10-09 22:08:52 +00:00
..
CMakeLists.txt [CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMakeLists.txt. 2013-12-10 12:40:37 +00:00
Makefile Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00
ParserTest.cpp Special case 0 and 1 matcher in makeAllOfComposite(). 2014-10-09 19:28:18 +00:00
RegistryTest.cpp Fix completion logic to allow for heterogeneous argument types in matcher overloads. 2014-10-09 22:08:52 +00:00
VariantValueTest.cpp Add support for named values in the parser. 2014-04-14 13:51:21 +00:00