summaryrefslogtreecommitdiffstats
path: root/include/clang/ASTMatchers
Commit message (Expand)AuthorAgeFilesLines
* [ASTMatchers] Fix some Clang-tidy modernize and Include What You Use warnings...Eugene Zelenko2017-11-014-97/+165
* Add objcCategoryImplDecl matcherDave Lee2017-10-261-0/+11
* [clang] Fix isExternC matcher docsAlexander Shaposhnikov2017-09-221-2/+7
* Add objcImplementationDecl matcherDave Lee2017-09-101-0/+11
* Fix typos, remove unused private members of CommonOptionsParser, NFCJohannes Altmanninger2017-08-231-1/+1
* [ASTMatcher] Add handling for DeducedType to HasDeclarationMatcherFlorian Gross2017-08-041-9/+19
* Fix typo and update documentation.Manuel Klimek2017-08-041-3/+16
* Unify and simplify the behavior of the hasDeclaration matcher.Manuel Klimek2017-08-022-36/+113
* [ASTMatchers] Allow forField to match indirect fields.Malcolm Parsons2017-08-011-1/+1
* [ASTMatchers][NFC] integerLiteral(): Mention negative integers inClement Courbet2017-07-111-0/+8
* [ASTMatchers] Add clang-query support for equals matcherPeter Wu2017-06-081-4/+40
* [ASTMatchers] Add support for floatLiteralsPeter Wu2017-06-083-2/+13
* [ASTMatchers] Add support for boolean literalsPeter Wu2017-06-082-1/+15
* Add cxxStdInitializerListExpr AST matcherJakub Kuderski2017-05-051-0/+14
* Fix typo in comment.Nick Lewycky2017-04-231-1/+1
* Spelling mistakes in comments. NFCI. (PR27635)Simon Pilgrim2017-03-302-5/+5
* [ASTMatchers] add typeAliasTemplateDecl matcher.Eric Liu2017-03-281-0/+10
* Add AST matchers for ObjCProtocolDecl, ObjCCategoryDecl, ObjCMethodDecl, ObjC...Aaron Ballman2017-03-151-0/+63
* Revert r293518 as it caused module linking error in clang-reorder-fieldsAlex Lorenz2017-02-011-3/+3
* [ASTMatchers] Sprinkle some constexpr on the global matcher constructors.Benjamin Kramer2017-01-301-3/+3
* Fix documentation typo.Malcolm Parsons2017-01-201-1/+1
* Move VariantMatcher's Payload to std::shared_ptr rather than IntrusiveRefCntPtrDavid Blaikie2017-01-051-3/+4
* [ADT] Delete RefCountedBaseVPTR.Justin Lebar2016-12-291-2/+2
* [ASTMatchers] Add hasInClassInitializer traversal matcher for FieldDecl.Malcolm Parsons2016-12-241-0/+21
* [ASTMatchers] Fix doc for hasBitWidthMalcolm Parsons2016-12-241-2/+3
* Replace APFloatBase static fltSemantics data members with getter functionsStephan Bergmann2016-12-141-4/+4
* Remove deprecated methods ast_matchers::BoundNodes::{getStmtAs,getDeclAs}Alexander Kornienko2016-12-131-12/+0
* [AST, ASTMatchers, Basic] Fix some Clang-tidy modernize and Include What You ...Eugene Zelenko2016-12-092-17/+20
* [ASTMatcher] Add hasReplacementType matcher for SubstTemplateTypeParmTypeMalcolm Parsons2016-12-081-0/+16
* Adds hasUnqualifiedDesugaredType to allow matching through type sugar.Manuel Klimek2016-12-011-0/+16
* [ASTMatchers] Fix a typo in cStyleCastExpr() docs. NFC.Artem Dergachev2016-11-111-1/+1
* [ASTMatcher] Add CXXNewExpr support to hasDeclarationMalcolm Parsons2016-10-312-9/+19
* [ASTMatcher] Clarify isStaticStorageClass and hasStaticStorageDuration docume...Haojian Wu2016-09-271-4/+10
* Complete support for the cxxCtorInitializer() AST matcher so that it can be u...Aaron Ballman2016-09-262-0/+4
* [ASTMatcher] Add isStaticStorageClass matcher for varDecl and functionDecl.Haojian Wu2016-09-261-0/+18
* Correct the documentation for isSignedInteger() and isUnsignedInteger().Aaron Ballman2016-08-181-2/+2
* Add an AST matcher for external formal linkage.Aaron Ballman2016-08-171-0/+24
* [ASTMatchers] Extend documentation for match()Martin Bohme2016-08-101-0/+4
* [ASTMatchers] Add matchers canReferToDecl() and hasUnderlyingDecl()Martin Bohme2016-08-091-0/+40
* Make isExternC work on VarDecls too.Benjamin Kramer2016-08-041-1/+2
* Fix a typo in document.Haojian Wu2016-07-291-2/+2
* [ASTMatcher] Add templateName matcher.Haojian Wu2016-07-291-0/+29
* [ASTMatcher] Add hasTemplateArgument/hasAnyTemplateArgument support in functi...Haojian Wu2016-07-292-6/+30
* [NFC] Header cleanupMehdi Amini2016-07-182-2/+0
* [ASTMatchers] isSignedInteger() and isUnsignedInteger()Clement Courbet2016-07-121-0/+28
* [ASTMatchers] Add missing forEachArgumentWithParam() to code sampleAlexander Kornienko2016-07-081-2/+5
* Add AST matchers for handling bit-fields and narrowing based on their width.Aaron Ballman2016-07-061-0/+32
* [ASTMatchers] New forEachOverriden matcher.Clement Courbet2016-07-051-0/+41
* [ASTMatcher] Add a node matcher for EnumType.Haojian Wu2016-06-301-0/+15
* [ASTMatchers] Add isLambda() matcher.Samuel Benzaquen2016-06-281-0/+13