summaryrefslogtreecommitdiff
path: root/unittests/ASTMatchers
Commit message (Expand)AuthorAge
* Add partial support for the hasDeclaration() matcher in the dynamic layer.Samuel Benzaquen2013-11-18
* Introduce MatchFinder::matchAST.Peter Collingbourne2013-11-07
* Re-introduce MatchFinder::addDynamicMatcher.Peter Collingbourne2013-11-07
* Introduce BoundNodes::getMap.Peter Collingbourne2013-11-06
* Resubmit "Refactor DynTypedMatcher into a value type class, just like Matcher...Samuel Benzaquen2013-10-29
* Revert "Refactor DynTypedMatcher into a value type class, just like Matcher<T>."Reid Kleckner2013-10-21
* Refactor DynTypedMatcher into a value type class, just like Matcher<T>.Samuel Benzaquen2013-10-21
* Teach RAV to visit parameter variable declarations of implicit functions. Fix...Michael Han2013-09-11
* Reduce the number of symbols by changing how templates are instantiated per f...Samuel Benzaquen2013-08-30
* Fix tests to be more specific.Samuel Benzaquen2013-08-29
* Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.Samuel Benzaquen2013-08-28
* Revert "Add support for eachOf/allOf/anyOf variadic matchers in the dynamic l...Samuel Benzaquen2013-08-27
* Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.Samuel Benzaquen2013-08-27
* Refactor "MatcherList" into "VariantMatcher" and abstract the notion of a lis...Samuel Benzaquen2013-08-13
* Fix crash when encountering alias templates in isDerivedFrom matches.Manuel Klimek2013-08-02
* Add matcher for float literals.Daniel Jasper2013-07-26
* Add support for Adaptative matchers on the dynamic registry.Samuel Benzaquen2013-07-24
* Add support for overloaded matchers. ie different matcher function signatures...Samuel Benzaquen2013-07-22
* Add support for raw_ostream on the printing methods of Diagnostics.Samuel Benzaquen2013-07-19
* Adds ctorInitializer and forEachConstructorInitializer matchers.Manuel Klimek2013-07-19
* Add TemplateArgument related matchers to the registry.Samuel Benzaquen2013-07-17
* Add CXXCtorInitializer related matchers to the dynamic matcher registry.Samuel Benzaquen2013-07-17
* Add support for type traversal matchers.Samuel Benzaquen2013-07-15
* clang/unittests/ASTMatchers/Dynamic/RegistryTest.cpp: Suppress unexpected fai...NAKAMURA Takumi2013-06-24
* Add support for polymorphic matchers. Use runtime type checking to determine ...Samuel Benzaquen2013-06-21
* Disable an assertion death test when using MSVC's assert()Reid Kleckner2013-06-21
* Enhancements for the DynTypedMatcher system.Samuel Benzaquen2013-06-20
* Adds the equalsBoundNode matcher.Manuel Klimek2013-06-20
* Implements declaratorDecl, parmVarDecl and hassTypeLoc matchers.Manuel Klimek2013-06-20
* Completely revamp node binding for AST matchers.Manuel Klimek2013-06-19
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-14
* Parser/Registry argument enhancements.Samuel Benzaquen2013-06-04
* Add support for .bind("foo") expressions on the dynamic matchers.Samuel Benzaquen2013-06-03
* Add an overridable MatchCallback::onEndOfTranslationUnit() function.Peter Collingbourne2013-05-28
* Take a stab at trying to unbreak the makefile build.Benjamin Kramer2013-05-14
* Hopefully fix configure build.Manuel Klimek2013-05-14
* First revision of the dynamic ASTMatcher library.Manuel Klimek2013-05-14
* Add caseStmt(), defaultStmt(), eachCase() and hasCaseConstant() matchers.Peter Collingbourne2013-05-10
* Adding isConst() ASTMatcher for CXXMethodDecl nodesEdwin Vane2013-05-09
* When deducing an 'auto' type, don't modify the type-as-written.Richard Smith2013-04-30
* Adding new AST Matchers isVirtual and isOverrideEdwin Vane2013-04-09
* Add matcher for NamespaceDecls.Daniel Jasper2013-04-08
* Adding a hasLocalQualifiers() AST Matcher.Edwin Vane2013-04-02
* Adding parenType() and innerType() AST MatchersEdwin Vane2013-04-01
* Implements memoization for ancestor matching.Manuel Klimek2013-03-14
* Adding lvalue and rvalue reference type matchersEdwin Vane2013-03-07
* New ASTMatchers and enhancement to hasOverloadedOperatorNameEdwin Vane2013-03-06
* hasQualifer() matcher should return false if there's no qualifierEdwin Vane2013-03-04
* Make the negative test of recordType depend on a specific record.Manuel Klimek2013-02-27
* Various additions to ASTMatcher library:Edwin Vane2013-02-25