summaryrefslogtreecommitdiffstats
path: root/unittests/ASTMatchers
Commit message (Expand)AuthorAgeFilesLines
* [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
* [ASTMatcher] Clarify isStaticStorageClass and hasStaticStorageDuration docume...Haojian Wu2016-09-271-1/+4
* Complete support for the cxxCtorInitializer() AST matcher so that it can be u...Aaron Ballman2016-09-261-0/+5
* [ASTMatcher] Add isStaticStorageClass matcher for varDecl and functionDecl.Haojian Wu2016-09-261-0/+8
* Traversing template paramter lists of DeclaratorDecls and/or TagDecls.Nico Weber2016-09-131-0/+83
* Add an AST matcher for external formal linkage.Aaron Ballman2016-08-171-0/+16
* [ASTMatchers] Add matchers canReferToDecl() and hasUnderlyingDecl()Martin Bohme2016-08-091-0/+34
* Make isExternC work on VarDecls too.Benjamin Kramer2016-08-041-0/+6
* [CUDA] Do not allow using NVPTX target for host compilation.Artem Belevich2016-08-021-1/+1
* [ASTMatcher] Add templateName matcher.Haojian Wu2016-07-291-0/+8
* [ASTMatcher] Add hasTemplateArgument/hasAnyTemplateArgument support in functi...Haojian Wu2016-07-291-0/+13
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+0
* [ASTMatchers] isSignedInteger() and isUnsignedInteger()Clement Courbet2016-07-121-0/+12
* Add AST matchers for handling bit-fields and narrowing based on their width.Aaron Ballman2016-07-061-0/+8
* [ASTMatchers] New forEachOverriden matcher.Clement Courbet2016-07-051-0/+44
* Fix ASTMatchersNodeTest to work on Windows.Justin Lebar2016-06-301-7/+5
* Don't instantiate a full host toolchain in ASTMatchersTest.Justin Lebar2016-06-301-15/+21
* [ASTMatcher] Add a node matcher for EnumType.Haojian Wu2016-06-301-0/+7
* [ASTMatchers] Add isLambda() matcher.Samuel Benzaquen2016-06-281-0/+6
* IgnoringImplicit matcher.Cong Liu2016-06-241-0/+10