summaryrefslogtreecommitdiffstats
path: root/clang/lib/ASTMatchers/Dynamic/Registry.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Resubmit "Refactor DynTypedMatcher into a value type class, just like Matcher...Samuel Benzaquen2013-10-291-4/+4
* Revert "Refactor DynTypedMatcher into a value type class, just like Matcher<T>."Reid Kleckner2013-10-211-4/+4
* Refactor DynTypedMatcher into a value type class, just like Matcher<T>.Samuel Benzaquen2013-10-211-4/+4
* Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.Samuel Benzaquen2013-08-281-3/+3
* Revert "Add support for eachOf/allOf/anyOf variadic matchers in the dynamic l...Samuel Benzaquen2013-08-271-3/+3
* Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.Samuel Benzaquen2013-08-271-3/+3
* Refactor ArgumentAdaptativeMatcher matchers to remove the template from their...Samuel Benzaquen2013-08-161-108/+8
* Add ctorInitializer to the dynamic AST Matcher registry.Stefanus Du Toit2013-08-151-0/+1
* Refactor "MatcherList" into "VariantMatcher" and abstract the notion of a lis...Samuel Benzaquen2013-08-131-26/+26
* Add matcher for float literals.Daniel Jasper2013-07-261-0/+1
* Add support for Adaptative matchers on the dynamic registry.Samuel Benzaquen2013-07-241-8/+65
* Add support for overloaded matchers. ie different matcher function signatures...Samuel Benzaquen2013-07-221-10/+66
* Separate the notion of 'context' when recursing down in the parser and actual...Samuel Benzaquen2013-07-181-3/+2
* Add TemplateArgument related matchers to the registry.Samuel Benzaquen2013-07-171-4/+2
* Add CXXCtorInitializer related matchers to the dynamic matcher registry.Samuel Benzaquen2013-07-171-6/+4
* Add support for type traversal matchers.Samuel Benzaquen2013-07-151-7/+5
* Add support for polymorphic matchers. Use runtime type checking to determine ...Samuel Benzaquen2013-06-211-32/+32
* Parser/Registry argument enhancements.Samuel Benzaquen2013-06-041-4/+171
* Add support for .bind("foo") expressions on the dynamic matchers.Samuel Benzaquen2013-06-031-0/+17
* Test commitSamuel Benzaquen2013-05-151-3/+3
* First revision of the dynamic ASTMatcher library.Manuel Klimek2013-05-141-0/+153
OpenPOWER on IntegriCloud