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
Paths
| Differential D5711
Fix completion logic to allow for heterogeneous argument types in matcher overloads. ClosedPublic Authored by sbenza on Oct 9 2014, 1:05 PM.
Details Summary There was an assumption that there were no matchers that were overloaded Fixes http://llvm.org/PR21226
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 9 2014, 3:08 PM
Revision Contents
Diff 14683 cfe/trunk/lib/ASTMatchers/Dynamic/Registry.cpp
cfe/trunk/unittests/ASTMatchers/Dynamic/RegistryTest.cpp
|