summaryrefslogtreecommitdiffstats
path: root/unittests/ASTMatchers/Dynamic/ParserTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use EXPECT_TRUE rather than EXPECT_EQ(true, ...) to clean up the code and sil...Eric Christopher2017-07-141-2/+2
* [ASTMatchers] Add support for floatLiteralsPeter Wu2017-06-081-2/+17
* [ASTMatchers] Add support for boolean literalsPeter Wu2017-06-081-0/+9
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+0
* Reorder ASTNodeKind::AllKindInfo to match NodeKindId.Alexander Kornienko2016-04-141-1/+1
* Add AST matcher support for FunctionDecls with the hasBody matcher.Aaron Ballman2016-01-201-1/+1
* [AST] Re-add TypeLocs and NestedNameSpecifierLocs to the ParentMap.Benjamin Kramer2015-10-231-2/+4
* Revert "[AST] Put TypeLocs and NestedNameSpecifierLocs into the ParentMap."Benjamin Kramer2015-10-211-2/+1
* [AST] Put TypeLocs and NestedNameSpecifierLocs into the ParentMap.Benjamin Kramer2015-10-201-1/+2
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* Pass SourceRange by value in a test I missed in r249259.Craig Topper2015-10-041-2/+2
* Rename AST node matchers to match the AST node names directly. Part of this r...Aaron Ballman2015-09-171-2/+2
* Replace some const std::string & with llvm::StringRef or std::stringYaron Keren2015-07-061-1/+1
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-3/+4
* 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