summaryrefslogtreecommitdiffstats
path: root/unittests/ASTMatchers/Dynamic
Commit message (Expand)AuthorAgeFilesLines
...
* Introduce Parser::completeExpression.Peter Collingbourne2014-01-301-0/+14
* Introduce Registry::getCompletions.Peter Collingbourne2014-01-231-0/+85
* DynamicASTMatchers/VariantValueTest.cpp: It works with msvcrt since setmode(s...NAKAMURA Takumi2014-01-121-1/+1
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-072-6/+4
* [CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMak...NAKAMURA Takumi2013-12-101-1/+10
* Split registry matcher resolution into a lookup phase and a construction phase.Peter Collingbourne2013-11-232-13/+44
* 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
* 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
* Reduce the number of symbols by changing how templates are instantiated per f...Samuel Benzaquen2013-08-301-16/+21
* 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-282-2/+47
* Revert "Add support for eachOf/allOf/anyOf variadic matchers in the dynamic l...Samuel Benzaquen2013-08-272-47/+2
* Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.Samuel Benzaquen2013-08-272-2/+47
* Refactor "MatcherList" into "VariantMatcher" and abstract the notion of a lis...Samuel Benzaquen2013-08-133-60/+80
* 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-222-0/+33
* Add support for raw_ostream on the printing methods of Diagnostics.Samuel Benzaquen2013-07-192-13/+13
* 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-152-50/+75
* 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-213-62/+93
* Disable an assertion death test when using MSVC's assert()Reid Kleckner2013-06-211-3/+5
* Enhancements for the DynTypedMatcher system.Samuel Benzaquen2013-06-203-102/+152
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-141-1/+1
* Parser/Registry argument enhancements.Samuel Benzaquen2013-06-043-4/+58
* Add support for .bind("foo") expressions on the dynamic matchers.Samuel Benzaquen2013-06-031-4/+31
* Take a stab at trying to unbreak the makefile build.Benjamin Kramer2013-05-141-6/+6
* Hopefully fix configure build.Manuel Klimek2013-05-141-4/+6
* First revision of the dynamic ASTMatcher library.Manuel Klimek2013-05-145-0/+428