[PATCH] Add support for polymorphic matchers.
Samuel Benzaquen
sbenza at google.com
Thu Jun 20 07:54:24 PDT 2013
Rewrote most of it in terms of the new type checking support in Matcher<T>
Hi klimek,
http://llvm-reviews.chandlerc.com/D794
CHANGE SINCE LAST DIFF
http://llvm-reviews.chandlerc.com/D794?vs=1969&id=2508#toc
Files:
include/clang/ASTMatchers/ASTMatchers.h
include/clang/ASTMatchers/ASTMatchersInternal.h
include/clang/ASTMatchers/ASTMatchersMacros.h
include/clang/ASTMatchers/Dynamic/Diagnostics.h
include/clang/ASTMatchers/Dynamic/Parser.h
include/clang/ASTMatchers/Dynamic/Registry.h
include/clang/ASTMatchers/Dynamic/VariantValue.h
lib/ASTMatchers/Dynamic/Diagnostics.cpp
lib/ASTMatchers/Dynamic/Marshallers.h
lib/ASTMatchers/Dynamic/Parser.cpp
lib/ASTMatchers/Dynamic/Registry.cpp
lib/ASTMatchers/Dynamic/VariantValue.cpp
unittests/ASTMatchers/ASTMatchersTest.cpp
unittests/ASTMatchers/Dynamic/ParserTest.cpp
unittests/ASTMatchers/Dynamic/RegistryTest.cpp
unittests/ASTMatchers/Dynamic/VariantValueTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D794.3.patch
Type: text/x-patch
Size: 68245 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130620/fc7e61e2/attachment.bin>
More information about the cfe-commits
mailing list