]> granicus.if.org Git - clang/commit
Add support for overloaded matchers. ie different matcher function signatures with...
authorSamuel Benzaquen <sbenza@google.com>
Mon, 22 Jul 2013 16:13:57 +0000 (16:13 +0000)
committerSamuel Benzaquen <sbenza@google.com>
Mon, 22 Jul 2013 16:13:57 +0000 (16:13 +0000)
commit0e1896a753845deee5206b28cdbde1640abb9cac
tree635e7b121e2b654fa39cf92ceabaebe93e379ea4
parent212e3d792e20aaaaef41d4466a52827993b2bfa9
Add support for overloaded matchers. ie different matcher function signatures with the same name.

Summary:
Add support for overloaded matchers.
This composes with other features, like supporting polymorphic matchers.

Reviewers: klimek

CC: cfe-commits, revane
Differential Revision: http://llvm-reviews.chandlerc.com/D1188

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186836 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/ASTMatchers/ASTMatchers.h
include/clang/ASTMatchers/ASTMatchersMacros.h
include/clang/ASTMatchers/Dynamic/Diagnostics.h
lib/ASTMatchers/Dynamic/Diagnostics.cpp
lib/ASTMatchers/Dynamic/Registry.cpp
unittests/ASTMatchers/Dynamic/ParserTest.cpp
unittests/ASTMatchers/Dynamic/RegistryTest.cpp