[PATCH] First revision of the dynamic ASTMatcher library
Samuel Benzaquen
sbenza at google.com
Tue Apr 23 14:14:17 PDT 2013
Fixed file level comments.
Fixed StringRef/ArrayRef argument types.
Added grammar supported by the parser.
Hi klimek, doug.gregor,
http://llvm-reviews.chandlerc.com/D714
CHANGE SINCE LAST DIFF
http://llvm-reviews.chandlerc.com/D714?vs=1744&id=1745#toc
Files:
unittests/ASTMatchers/CMakeLists.txt
unittests/ASTMatchers/Makefile
unittests/ASTMatchers/Dynamic/Makefile
unittests/ASTMatchers/Dynamic/CMakeLists.txt
unittests/ASTMatchers/Dynamic/ParserTest.cpp
unittests/ASTMatchers/Dynamic/VariantValueTest.cpp
unittests/ASTMatchers/Dynamic/RegistryTest.cpp
lib/ASTMatchers/CMakeLists.txt
lib/ASTMatchers/Makefile
lib/ASTMatchers/Dynamic/Makefile
lib/ASTMatchers/Dynamic/Parser.cpp
lib/ASTMatchers/Dynamic/CMakeLists.txt
lib/ASTMatchers/Dynamic/VariantValue.cpp
lib/ASTMatchers/Dynamic/Marshallers.h
lib/ASTMatchers/Dynamic/Registry.cpp
include/clang/ASTMatchers/ASTMatchersInternal.h
include/clang/ASTMatchers/Dynamic/Registry.h
include/clang/ASTMatchers/Dynamic/Parser.h
include/clang/ASTMatchers/Dynamic/VariantValue.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D714.3.patch
Type: text/x-patch
Size: 51825 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130423/c588ab6a/attachment.bin>
More information about the cfe-commits
mailing list