summaryrefslogtreecommitdiffstats
path: root/clang/unittests/ASTMatchers/Dynamic/ParserTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Special case 0 and 1 matcher in makeAllOfComposite().Samuel Benzaquen2014-10-091-1/+4
* Refactor Matcher<T> and DynTypedMatcher to reduce overhead of casts.Samuel Benzaquen2014-10-011-4/+8
* Revert r218616, "Refactor Matcher<T> and DynTypedMatcher to reduce overhead o...NAKAMURA Takumi2014-09-291-8/+4
* Refactor Matcher<T> and DynTypedMatcher to reduce overhead of casts.Samuel Benzaquen2014-09-291-4/+8
* Support named values in the autocomplete feature.Samuel Benzaquen2014-08-121-14/+44
* Allow hasBody on CXXForRangeStmt nodes and update the docs.Manuel Klimek2014-05-271-1/+1
* Add support for named values in the parser.Samuel Benzaquen2014-04-141-3/+28
* Revert "Add support for named values in the parser."Samuel Benzaquen2014-04-031-23/+0
* Add support for named values in the parser.Samuel Benzaquen2014-04-021-0/+23
* Introduce Parser::completeExpression.Peter Collingbourne2014-01-301-0/+14
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-4/+3
* Split registry matcher resolution into a lookup phase and a construction phase.Peter Collingbourne2013-11-231-7/+21
* Resubmit "Refactor DynTypedMatcher into a value type class, just like Matcher...Samuel Benzaquen2013-10-291-56/+19
* Revert "Refactor DynTypedMatcher into a value type class, just like Matcher<T>."Reid Kleckner2013-10-211-19/+56
* Refactor DynTypedMatcher into a value type class, just like Matcher<T>.Samuel Benzaquen2013-10-211-56/+19
* Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.Samuel Benzaquen2013-08-281-2/+2
* Revert "Add support for eachOf/allOf/anyOf variadic matchers in the dynamic l...Samuel Benzaquen2013-08-271-2/+2
* Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.Samuel Benzaquen2013-08-271-2/+2
* Refactor "MatcherList" into "VariantMatcher" and abstract the notion of a lis...Samuel Benzaquen2013-08-131-12/+16
* Add support for overloaded matchers. ie different matcher function signatures...Samuel Benzaquen2013-07-221-0/+9
* Add support for raw_ostream on the printing methods of Diagnostics.Samuel Benzaquen2013-07-191-6/+6
* Add support for type traversal matchers.Samuel Benzaquen2013-07-151-3/+5
* Add support for polymorphic matchers. Use runtime type checking to determine ...Samuel Benzaquen2013-06-211-12/+22
* Enhancements for the DynTypedMatcher system.Samuel Benzaquen2013-06-201-9/+17
* Parser/Registry argument enhancements.Samuel Benzaquen2013-06-041-4/+25
* Add support for .bind("foo") expressions on the dynamic matchers.Samuel Benzaquen2013-06-031-4/+31
* First revision of the dynamic ASTMatcher library.Manuel Klimek2013-05-141-0/+194
OpenPOWER on IntegriCloud