summaryrefslogtreecommitdiffstats
path: root/clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ASTMatchers] Add support for matching the type of a friend decl.David L. Jones2018-06-181-0/+10
* [ASTMatchers] Don't assert-fail in specifiesTypeLoc().David L. Jones2018-06-181-0/+4
* [ASTMatchers] Introduce a matcher for matching any given Objective-C selectorGeorge Karpenkov2018-03-291-0/+11
* Add ObjC exception statement AST matchersDave Lee2017-11-111-0/+23
* Add objcCategoryImplDecl matcherDave Lee2017-10-261-1/+7
* Add objcImplementationDecl matcherDave Lee2017-09-101-0/+3
* [ASTMatcher] Add handling for DeducedType to HasDeclarationMatcherFlorian Gross2017-08-041-0/+4
* [ASTMatchers][NFC] integerLiteral(): Mention negative integers inClement Courbet2017-07-111-0/+6
* Add cxxStdInitializerListExpr AST matcherJakub Kuderski2017-05-051-0/+23
* [ASTMatchers] add typeAliasTemplateDecl matcher.Eric Liu2017-03-281-0/+16
* Add AST matchers for ObjCProtocolDecl, ObjCCategoryDecl, ObjCMethodDecl, ObjC...Aaron Ballman2017-03-151-1/+42
* DR616, and part of P0135R1: member access (or pointer-to-member access) on aRichard Smith2016-12-031-1/+1
* Complete support for the cxxCtorInitializer() AST matcher so that it can be u...Aaron Ballman2016-09-261-0/+5
* Fix ASTMatchersNodeTest to work on Windows.Justin Lebar2016-06-301-7/+5
* [ASTMatcher] Add a node matcher for EnumType.Haojian Wu2016-06-301-0/+7
* Re-commit "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTempor...Tim Shen2016-06-211-2/+2
* Revert "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporary...Tim Shen2016-06-091-2/+2
* [Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporaryExpr.Tim Shen2016-06-091-2/+2
* Adding an AST matcher to ignore parenthesis in *types* (rather than expressio...Aaron Ballman2016-06-061-0/+7
* [ASTMacther] A follow-up on unresolvedLookupExpr test fixing.Haojian Wu2016-05-181-1/+4
* [ASTMatcher] Fix a ASTMatcher test failure on Windows.Haojian Wu2016-05-181-7/+8
* [ASTMatcher] Add a node matcher for UnresolvedLookupExpr.Haojian Wu2016-05-181-0/+9
* Dividied ASTMatcherTests into 4 filesPiotr Padlewski2016-05-171-0/+1514
OpenPOWER on IntegriCloud