summaryrefslogtreecommitdiff
path: root/unittests/ASTMatchers
Commit message (Expand)AuthorAgeFilesLines
...
* [ASTMatchers] Add an isMain() matcherGeorge Karpenkov2018-07-231-0/+8
* [ASTMatchers] add matcher for decltypeType and its underlyingTypeJonas Toth2018-07-231-0/+6
* [ASTMatchers] Quickfix for tests.George Karpenkov2018-07-161-6/+6
* [ASTMatchers] Introduce Objective-C matchers `hasReceiver` and `isInstanceMes...George Karpenkov2018-07-161-0/+29
* [ASTMatchers] A matcher for Objective-C @autoreleasepoolGeorge Karpenkov2018-07-061-0/+12
* [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 blockDecl matcher for matching block declarationsGeorge Karpenkov2018-05-162-1/+5
* [ASTMatchers] Overload isConstexpr for ifStmtsGabor Horvath2018-05-081-0/+4
* s/LLVM_ON_WIN32/_WIN32/, clangNico Weber2018-04-271-2/+2
* Make add_clang_unittest formatting a bit more consistent.Nico Weber2018-04-252-2/+4
* [ASTMatchers] Introduce a matcher for matching any given Objective-C selectorGeorge Karpenkov2018-03-292-0/+22
* [ASTMatchers] Extend hasParameter and hasAnyParameter matches to handle Objec...George Karpenkov2018-03-292-7/+12
* [ASTMatchers] Add isAssignmentOperator matcherPeter Szecsi2018-03-271-0/+15
* [ASTMatcher] Extend hasAnyArgument to ObjCMessageExprGeorge Karpenkov2018-03-071-3/+10
* [ASTMatchers] isTemplateInstantiation: also match explicit instantiation decl...Eric Liu2018-02-211-0/+8
* Add hasTrailingReturn AST matcherJulie Hockett2018-01-221-0/+19
* [ASTMatcher] Add isScoped matcher for enumDecl.Haojian Wu2018-01-181-0/+5
* [ASTMatchers] Add isNoReturn() match narrower for FunctionDeclarationsRoman Lebedev2018-01-171-0/+78
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-052-0/+2
* Add the hasDefinition() AST matcher to match class declarations that also hav...Aaron Ballman2017-11-291-0/+21
* [ASTMatchers] Matchers for new[] operatorsAdam Balogh2017-11-231-0/+10
* Add an AST matcher for hasDefaultArgument() to match on parameter declaration...Aaron Ballman2017-11-211-0/+7
* Make isDefinition matcher support ObjCMethodDeclDave Lee2017-11-141-0/+8
* 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
* PR19668, PR23034: Fix handling of move constructors and deleted copyRichard Smith2017-08-161-20/+29
* Revert "PR19668, PR23034: Fix handling of move constructors and deleted copy ...Diana Picus2017-08-091-29/+20
* PR19668, PR23034: Fix handling of move constructors and deleted copyRichard Smith2017-08-081-20/+29
* [ASTMatcher] Add handling for DeducedType to HasDeclarationMatcherFlorian Gross2017-08-041-0/+4
* Unify and simplify the behavior of the hasDeclaration matcher.Manuel Klimek2017-08-021-2/+33
* [ASTMatchers] Allow forField to match indirect fields.Malcolm Parsons2017-08-011-2/+6
* Use EXPECT_TRUE rather than EXPECT_EQ(true, ...) to clean up the code and sil...Eric Christopher2017-07-141-2/+2
* [ASTMatchers][NFC] integerLiteral(): Mention negative integers inClement Courbet2017-07-111-0/+6
* Added braces to work around gcc warning in googletest: suggest explicit brace...Galina Kistanova2017-06-151-3/+6
* [ASTMatchers] temporary disable tests with floating suffixPeter Wu2017-06-081-0/+3
* [ASTMatchers] Add clang-query support for equals matcherPeter Wu2017-06-081-0/+40
* [ASTMatchers] Add support for floatLiteralsPeter Wu2017-06-082-2/+30
* [ASTMatchers] Add support for boolean literalsPeter Wu2017-06-082-0/+21
* 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-152-13/+65
* [gtest] The way EXPECT_TEST now works after upgrading gtest triggers anChandler Carruth2017-01-041-3/+6
* DR1315: a non-type template argument in a partial specialization is permittedRichard Smith2016-12-281-2/+2
* [ASTMatchers] Add hasInClassInitializer traversal matcher for FieldDecl.Malcolm Parsons2016-12-241-0/+10
* [ASTMatcher] Add hasReplacementType matcher for SubstTemplateTypeParmTypeMalcolm Parsons2016-12-081-0/+17
* DR616, and part of P0135R1: member access (or pointer-to-member access) on aRichard Smith2016-12-031-1/+1
* Adds hasUnqualifiedDesugaredType to allow matching through type sugar.Manuel Klimek2016-12-011-0/+9
* [ASTMatcher] Add CXXNewExpr support to hasDeclarationMalcolm Parsons2016-10-311-0/+6