summaryrefslogtreecommitdiff
path: root/unittests/ASTMatchers
AgeCommit message (Expand)Author
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai
2017-11-29Add the hasDefinition() AST matcher to match class declarations that also hav...Aaron Ballman
2017-11-23[ASTMatchers] Matchers for new[] operatorsAdam Balogh
2017-11-21Add an AST matcher for hasDefaultArgument() to match on parameter declaration...Aaron Ballman
2017-11-14Make isDefinition matcher support ObjCMethodDeclDave Lee
2017-11-11Add ObjC exception statement AST matchersDave Lee
2017-10-26Add objcCategoryImplDecl matcherDave Lee
2017-09-10Add objcImplementationDecl matcherDave Lee
2017-08-16PR19668, PR23034: Fix handling of move constructors and deleted copyRichard Smith
2017-08-09Revert "PR19668, PR23034: Fix handling of move constructors and deleted copy ...Diana Picus
2017-08-08PR19668, PR23034: Fix handling of move constructors and deleted copyRichard Smith
2017-08-04[ASTMatcher] Add handling for DeducedType to HasDeclarationMatcherFlorian Gross
2017-08-02Unify and simplify the behavior of the hasDeclaration matcher.Manuel Klimek
2017-08-01[ASTMatchers] Allow forField to match indirect fields.Malcolm Parsons
2017-07-14Use EXPECT_TRUE rather than EXPECT_EQ(true, ...) to clean up the code and sil...Eric Christopher
2017-07-11[ASTMatchers][NFC] integerLiteral(): Mention negative integers inClement Courbet
2017-06-15Added braces to work around gcc warning in googletest: suggest explicit brace...Galina Kistanova
2017-06-08[ASTMatchers] temporary disable tests with floating suffixPeter Wu
2017-06-08[ASTMatchers] Add clang-query support for equals matcherPeter Wu
2017-06-08[ASTMatchers] Add support for floatLiteralsPeter Wu
2017-06-08[ASTMatchers] Add support for boolean literalsPeter Wu
2017-05-05Add cxxStdInitializerListExpr AST matcherJakub Kuderski
2017-03-28[ASTMatchers] add typeAliasTemplateDecl matcher.Eric Liu
2017-03-15Add AST matchers for ObjCProtocolDecl, ObjCCategoryDecl, ObjCMethodDecl, ObjC...Aaron Ballman
2017-01-04[gtest] The way EXPECT_TEST now works after upgrading gtest triggers anChandler Carruth
2016-12-28DR1315: a non-type template argument in a partial specialization is permittedRichard Smith
2016-12-24[ASTMatchers] Add hasInClassInitializer traversal matcher for FieldDecl.Malcolm Parsons
2016-12-08[ASTMatcher] Add hasReplacementType matcher for SubstTemplateTypeParmTypeMalcolm Parsons
2016-12-03DR616, and part of P0135R1: member access (or pointer-to-member access) on aRichard Smith
2016-12-01Adds hasUnqualifiedDesugaredType to allow matching through type sugar.Manuel Klimek
2016-10-31[ASTMatcher] Add CXXNewExpr support to hasDeclarationMalcolm Parsons
2016-09-27[ASTMatcher] Clarify isStaticStorageClass and hasStaticStorageDuration docume...Haojian Wu
2016-09-26Complete support for the cxxCtorInitializer() AST matcher so that it can be u...Aaron Ballman
2016-09-26[ASTMatcher] Add isStaticStorageClass matcher for varDecl and functionDecl.Haojian Wu
2016-09-13Traversing template paramter lists of DeclaratorDecls and/or TagDecls.Nico Weber
2016-08-17Add an AST matcher for external formal linkage.Aaron Ballman
2016-08-09[ASTMatchers] Add matchers canReferToDecl() and hasUnderlyingDecl()Martin Bohme
2016-08-04Make isExternC work on VarDecls too.Benjamin Kramer
2016-08-02[CUDA] Do not allow using NVPTX target for host compilation.Artem Belevich
2016-07-29[ASTMatcher] Add templateName matcher.Haojian Wu
2016-07-29[ASTMatcher] Add hasTemplateArgument/hasAnyTemplateArgument support in functi...Haojian Wu
2016-07-18[NFC] Header cleanupMehdi Amini
2016-07-12[ASTMatchers] isSignedInteger() and isUnsignedInteger()Clement Courbet
2016-07-06Add AST matchers for handling bit-fields and narrowing based on their width.Aaron Ballman
2016-07-05[ASTMatchers] New forEachOverriden matcher.Clement Courbet
2016-06-30Fix ASTMatchersNodeTest to work on Windows.Justin Lebar
2016-06-30Don't instantiate a full host toolchain in ASTMatchersTest.Justin Lebar
2016-06-30[ASTMatcher] Add a node matcher for EnumType.Haojian Wu
2016-06-28[ASTMatchers] Add isLambda() matcher.Samuel Benzaquen
2016-06-24IgnoringImplicit matcher.Cong Liu