summaryrefslogtreecommitdiffstats
path: root/clang/lib/ASTMatchers/Dynamic/Parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Resubmit "Refactor DynTypedMatcher into a value type class, just like Matcher...Samuel Benzaquen2013-10-291-11/+11
* Revert "Refactor DynTypedMatcher into a value type class, just like Matcher<T>."Reid Kleckner2013-10-211-11/+11
* Refactor DynTypedMatcher into a value type class, just like Matcher<T>.Samuel Benzaquen2013-10-211-11/+11
* Refactor "MatcherList" into "VariantMatcher" and abstract the notion of a lis...Samuel Benzaquen2013-08-131-10/+11
* Separate the notion of 'context' when recursing down in the parser and actual...Samuel Benzaquen2013-07-181-31/+22
* Add support for polymorphic matchers. Use runtime type checking to determine ...Samuel Benzaquen2013-06-211-10/+15
* Parser/Registry argument enhancements.Samuel Benzaquen2013-06-041-0/+35
* Add support for .bind("foo") expressions on the dynamic matchers.Samuel Benzaquen2013-06-031-8/+64
* First revision of the dynamic ASTMatcher library.Manuel Klimek2013-05-141-0/+332
OpenPOWER on IntegriCloud