[PATCH] Add support for overloaded matchers. ie different matcher function signatures with the same name.
Samuel Benzaquen
sbenza at google.com
Fri Jul 19 13:34:57 PDT 2013
Hi klimek,
Add support for overloaded matchers.
This composes with other features, like supporting polymorphic matchers.
http://llvm-reviews.chandlerc.com/D1188
Files:
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D1188.1.patch
Type: text/x-patch
Size: 30016 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130719/a32f86d2/attachment.bin>
More information about the cfe-commits
mailing list