summaryrefslogtreecommitdiffstats
path: root/clang/lib/ASTMatchers/Dynamic/VariantValue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Resubmit "Refactor DynTypedMatcher into a value type class, just like Matcher...Samuel Benzaquen2013-10-291-30/+22
* Revert "Refactor DynTypedMatcher into a value type class, just like Matcher<T>."Reid Kleckner2013-10-211-22/+30
* Refactor DynTypedMatcher into a value type class, just like Matcher<T>.Samuel Benzaquen2013-10-211-30/+22
* Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.Samuel Benzaquen2013-08-281-16/+44
* Revert "Add support for eachOf/allOf/anyOf variadic matchers in the dynamic l...Samuel Benzaquen2013-08-271-44/+16
* Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.Samuel Benzaquen2013-08-271-16/+44
* Refactor VariantMatcher to use an interface underneath.Samuel Benzaquen2013-08-221-49/+85
* Refactor "MatcherList" into "VariantMatcher" and abstract the notion of a lis...Samuel Benzaquen2013-08-131-34/+54
* Add support for polymorphic matchers. Use runtime type checking to determine ...Samuel Benzaquen2013-06-211-22/+60
* Enhancements for the DynTypedMatcher system.Samuel Benzaquen2013-06-201-0/+14
* Parser/Registry argument enhancements.Samuel Benzaquen2013-06-041-2/+25
* First revision of the dynamic ASTMatcher library.Manuel Klimek2013-05-141-0/+105
OpenPOWER on IntegriCloud