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