summaryrefslogtreecommitdiffstats
path: root/unittests/ASTMatchers/Dynamic/RegistryTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ASTMatchers] temporary disable tests with floating suffixPeter Wu2017-06-081-0/+3
* [ASTMatchers] Add clang-query support for equals matcherPeter Wu2017-06-081-0/+40
* Reorder ASTNodeKind::AllKindInfo to match NodeKindId.Alexander Kornienko2016-04-141-9/+8
* Reapply r259210 with a fix for RegistryTest.cpp.Aaron Ballman2016-02-011-1/+1
* Add AST matcher for paren expressions.Aaron Ballman2016-01-201-0/+6
* [AST] Re-add TypeLocs and NestedNameSpecifierLocs to the ParentMap.Benjamin Kramer2015-10-231-2/+6
* Shrink DynTypedNode by one pointer from 40 to 32 bytes (on x86_64).Benjamin Kramer2015-10-211-2/+2
* Revert "[AST] Put TypeLocs and NestedNameSpecifierLocs into the ParentMap."Benjamin Kramer2015-10-211-8/+4
* [AST] Put TypeLocs and NestedNameSpecifierLocs into the ParentMap.Benjamin Kramer2015-10-201-4/+8
* Rename AST node matchers to match the AST node names directly. Part of this r...Aaron Ballman2015-09-171-9/+10
* Replace some const std::string & with llvm::StringRef or std::stringYaron Keren2015-07-061-22/+22
* Fix bug in DynTypedMatcher::constructVariadic() that would cause false negati...Samuel Benzaquen2014-10-131-0/+7
* Fix completion logic to allow for heterogeneous argument types in matcher ove...Samuel Benzaquen2014-10-091-0/+14
* Fix bug in DynTypedMatcher::constructVariadic() that would cause false negati...Samuel Benzaquen2014-10-061-1/+1
* Add hasAttr matcher for declarations.Manuel Klimek2014-08-251-0/+8
* Support named values in the autocomplete feature.Samuel Benzaquen2014-08-121-17/+12
* Remove llvm:: from uses of ArrayRef.Craig Topper2014-06-281-1/+1
* [C++11] Use 'nullptr'. Unittests edition.Craig Topper2014-06-081-4/+5
* Add support for named values in the parser.Samuel Benzaquen2014-04-141-11/+5
* Add loc() to the dynamic registry.Samuel Benzaquen2014-03-101-1/+20
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-1/+1
* Introduce Registry::getCompletions.Peter Collingbourne2014-01-231-0/+85
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-2/+1
* Split registry matcher resolution into a lookup phase and a construction phase.Peter Collingbourne2013-11-231-6/+23
* Make the negative test more specific.Samuel Benzaquen2013-11-221-6/+6
* Add support for the 'unless' matcher in the dynamic layer.Samuel Benzaquen2013-11-221-1/+22
* Add partial support for the hasDeclaration() matcher in the dynamic layer.Samuel Benzaquen2013-11-181-0/+13
* Fix tests to be more specific.Samuel Benzaquen2013-08-291-17/+13
* Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.Samuel Benzaquen2013-08-281-0/+45
* Revert "Add support for eachOf/allOf/anyOf variadic matchers in the dynamic l...Samuel Benzaquen2013-08-271-45/+0
* Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.Samuel Benzaquen2013-08-271-0/+45
* Refactor "MatcherList" into "VariantMatcher" and abstract the notion of a lis...Samuel Benzaquen2013-08-131-25/+34
* Add support for Adaptative matchers on the dynamic registry.Samuel Benzaquen2013-07-241-0/+31
* Add support for overloaded matchers. ie different matcher function signatures...Samuel Benzaquen2013-07-221-0/+24
* Add support for raw_ostream on the printing methods of Diagnostics.Samuel Benzaquen2013-07-191-7/+7
* Add TemplateArgument related matchers to the registry.Samuel Benzaquen2013-07-171-0/+14
* Add CXXCtorInitializer related matchers to the dynamic matcher registry.Samuel Benzaquen2013-07-171-0/+11
* Add support for type traversal matchers.Samuel Benzaquen2013-07-151-47/+70
* clang/unittests/ASTMatchers/Dynamic/RegistryTest.cpp: Suppress unexpected fai...NAKAMURA Takumi2013-06-241-0/+6
* Add support for polymorphic matchers. Use runtime type checking to determine ...Samuel Benzaquen2013-06-211-22/+43
* Enhancements for the DynTypedMatcher system.Samuel Benzaquen2013-06-201-62/+95
* Parser/Registry argument enhancements.Samuel Benzaquen2013-06-041-0/+9
* First revision of the dynamic ASTMatcher library.Manuel Klimek2013-05-141-0/+112