summaryrefslogtreecommitdiff
path: root/unittests/ASTMatchers
Commit message (Expand)AuthorAge
* Do not store duplicate parents when memoization data is available.Samuel Benzaquen2014-06-13
* [C++11] Use 'nullptr'. Unittests edition.Craig Topper2014-06-08
* Add hasLocalStorage/hasGlobalStorage matchers.Samuel Benzaquen2014-06-05
* Make equalsNode work with pointers to subtypes.Manuel Klimek2014-05-27
* Adds child traversal matchers for IfStmt's then and else branches.Manuel Klimek2014-05-27
* Allow hasBody on CXXForRangeStmt nodes and update the docs.Manuel Klimek2014-05-27
* Add the hasRangeInit() matcher for range-based for loop.Manuel Klimek2014-05-23
* [ASTMatchers] Move the 'isImplicit' matcher from CXXConstructorDecl to Decl.Joey Gouly2014-05-16
* Fix 3 test-only leaks found by LSan.Nico Weber2014-04-24
* Add support for named values in the parser.Samuel Benzaquen2014-04-14
* Revert "Add support for named values in the parser."Samuel Benzaquen2014-04-03
* Add matcher for ExprWithCleanups.Samuel Benzaquen2014-04-02
* Add support for named values in the parser.Samuel Benzaquen2014-04-02
* Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a...David Blaikie2014-04-02
* Use the new Windows environment for target detectionSaleem Abdulrasool2014-03-27
* Fixes a bug in DynTypedNode.Manuel Klimek2014-03-25
* Add loc() to the dynamic registry.Samuel Benzaquen2014-03-10
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-07
* Speculatively fix MSVC buildbotsDavid Majnemer2014-03-05
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* ASTMatchers: added CXXMethodDecl matcher isPure()Dmitri Gribenko2014-02-24
* Add TemplateSpecializationType polymorphism for hasTemplateArgument andPeter Collingbourne2014-02-20
* clang/unittests/AST,ASTMatchers: Remove _MSC_VER.NAKAMURA Takumi2014-02-16
* Consistently print anonymous namespace names as "<anonymous namespace>"David Blaikie2014-02-14
* Add isListInitialization matcher.Peter Collingbourne2014-02-06
* PR18128: a lambda capture-default is not permitted for a non-local lambdaRichard Smith2014-02-06
* Added the hasLoopVariable sub-matcher for forRangeStmt.Alexander Kornienko2014-02-05
* Introduce Parser::completeExpression.Peter Collingbourne2014-01-30
* Introduce Registry::getCompletions.Peter Collingbourne2014-01-23
* Fix string-literal to char* conversion in overload resolution for C++11Ismail Pazarbasi2014-01-17
* DynamicASTMatchers/VariantValueTest.cpp: It works with msvcrt since setmode(s...NAKAMURA Takumi2014-01-12
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-07
* Fix 'declartion' typosAlp Toker2014-01-05
* [CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMak...NAKAMURA Takumi2013-12-10
* Split registry matcher resolution into a lookup phase and a construction phase.Peter Collingbourne2013-11-23
* Make the negative test more specific.Samuel Benzaquen2013-11-22
* Add support for the 'unless' matcher in the dynamic layer.Samuel Benzaquen2013-11-22
* 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