[PATCH] Add support for .bind("foo") expressions on the dynamic matchers.
Samuel Benzaquen
sbenza at google.com
Mon Jun 3 08:09:21 PDT 2013
Hi klimek,
Add support on the parser, registry, and DynTypedMatcher for binding IDs dynamically.
http://llvm-reviews.chandlerc.com/D911
Files:
include/clang/ASTMatchers/ASTMatchersInternal.h
include/clang/ASTMatchers/Dynamic/Diagnostics.h
include/clang/ASTMatchers/Dynamic/Parser.h
include/clang/ASTMatchers/Dynamic/Registry.h
lib/ASTMatchers/ASTMatchersInternal.cpp
lib/ASTMatchers/Dynamic/Diagnostics.cpp
lib/ASTMatchers/Dynamic/Parser.cpp
lib/ASTMatchers/Dynamic/Registry.cpp
unittests/ASTMatchers/Dynamic/ParserTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D911.1.patch
Type: text/x-patch
Size: 16345 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130603/8c703a30/attachment.bin>
More information about the cfe-commits
mailing list