Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(827)

Issue 5796043: Implements dynamic AST matcher wrapper around the existing AST matcher library, and add an example …

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 1 month ago by sbenza
Modified:
9 years, 4 months ago
Reviewers:
Base URL:
http://llvm.org/svn/llvm-project/cfe/branches/tooling/
Visibility:
Public.

Description

Implements dynamic AST matcher wrapper around the existing AST matcher library, and add an example …

Patch Set 1 #

Patch Set 2 : Fixed bug in parsing literal characters. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2803 lines, -110 lines) Patch
M include/clang/ASTMatchers/ASTMatchersInternal.h View 2 chunks +11 lines, -4 lines 0 comments Download
A include/clang/ASTMatchers/Dynamic/GenericMatcher.h View 1 chunk +197 lines, -0 lines 0 comments Download
A include/clang/ASTMatchers/Dynamic/GenericValue.h View 1 chunk +188 lines, -0 lines 0 comments Download
A include/clang/ASTMatchers/Dynamic/NumberHolder.h View 1 chunk +115 lines, -0 lines 0 comments Download
A include/clang/ASTMatchers/Dynamic/Parser.h View 1 chunk +65 lines, -0 lines 0 comments Download
A include/clang/ASTMatchers/Dynamic/Registry.h View 1 chunk +47 lines, -0 lines 0 comments Download
M lib/ASTMatchers/CMakeLists.txt View 1 chunk +2 lines, -0 lines 0 comments Download
A lib/ASTMatchers/Dynamic/CMakeLists.txt View 1 chunk +7 lines, -0 lines 0 comments Download
A lib/ASTMatchers/Dynamic/Makefile View 1 chunk +13 lines, -0 lines 0 comments Download
A lib/ASTMatchers/Dynamic/Marshallers.h View 1 chunk +276 lines, -0 lines 0 comments Download
A lib/ASTMatchers/Dynamic/Parser.cpp View 1 1 chunk +294 lines, -0 lines 0 comments Download
A lib/ASTMatchers/Dynamic/Registry.cpp View 1 chunk +371 lines, -0 lines 0 comments Download
M lib/ASTMatchers/Makefile View 1 chunk +2 lines, -0 lines 0 comments Download
M tools/CMakeLists.txt View 1 chunk +1 line, -0 lines 0 comments Download
M tools/Makefile View 1 chunk +1 line, -1 line 0 comments Download
A tools/ast-query/ASTQuery.cpp View 1 chunk +191 lines, -0 lines 0 comments Download
A tools/ast-query/CMakeLists.txt View 1 chunk +6 lines, -0 lines 0 comments Download
A tools/ast-query/Makefile View 1 chunk +24 lines, -0 lines 0 comments Download
A unittests/ASTMatchers/ASTMatchersTest.h View 1 chunk +124 lines, -0 lines 0 comments Download
M unittests/ASTMatchers/ASTMatchersTest.cpp View 2 chunks +2 lines, -105 lines 0 comments Download
A unittests/ASTMatchers/Dynamic/GenericMatcherTest.cpp View 1 chunk +108 lines, -0 lines 0 comments Download
A unittests/ASTMatchers/Dynamic/GenericValueTest.cpp View 1 chunk +151 lines, -0 lines 0 comments Download
A unittests/ASTMatchers/Dynamic/Makefile View 1 chunk +18 lines, -0 lines 0 comments Download
A unittests/ASTMatchers/Dynamic/NumberHolderTest.cpp View 1 chunk +222 lines, -0 lines 0 comments Download
A unittests/ASTMatchers/Dynamic/ParserTest.cpp View 1 1 chunk +215 lines, -0 lines 0 comments Download
A unittests/ASTMatchers/Dynamic/RegistryTest.cpp View 1 chunk +141 lines, -0 lines 0 comments Download
M unittests/ASTMatchers/Makefile View 1 chunk +2 lines, -0 lines 0 comments Download
M unittests/CMakeLists.txt View 1 chunk +9 lines, -0 lines 0 comments Download

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b