summaryrefslogtreecommitdiffstats
path: root/unittests/ASTMatchers
Commit message (Expand)AuthorAgeFilesLines
* Merging r310983:Hans Wennborg2017-08-211-20/+29
* 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
* Re-commit "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTempor...Tim Shen2016-06-211-2/+2
* Revert "[ASTMatchers] New forEachOverriden matcher."Chandler Carruth2016-06-111-44/+0
* [ASTMatchers] New forEachOverriden matcher.Clement Courbet2016-06-101-0/+44
* 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
* Prune away some unused using decls. NFC.Benjamin Kramer2016-06-081-3/+0
* Make isNoThrow and hasDynamicExceptionSpec polymorphic so they can be used wi...Aaron Ballman2016-06-071-0/+21
* Adding an AST matcher to ignore parenthesis in *types* (rather than expressio...Aaron Ballman2016-06-061-0/+7
* [ASTMatchers] Breaking change of `has` matcherPiotr Padlewski2016-05-311-2/+2
* [ASTMatchers] Add support of hasCondition for SwitchStmt.Etienne Bergeron2016-05-301-0/+22
* [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