summaryrefslogtreecommitdiffstats
path: root/clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ASTMatchers] HasNameMatcher handles `extern "C"`Nathan James2020-02-271-0/+15
* Add a new AST matcher 'optionally'.Rihan Yang2020-01-081-0/+21
* Handle init statements in readability-else-after-returnNathan James2020-01-021-0/+29
* Fix the nullPointerConstant() test to get bots back to green.Aaron Ballman2019-08-221-1/+1
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-13/+13
* [clang] Update isDerivedFrom to support Objective-C classes 🔍Stephane Moore2019-08-121-0/+105
* [clang][NFC] Move matcher ignoringElidableConstructorCall's tests to appropri...Yitzhak Mandelbaum2019-08-081-85/+0
* [clang] Update `ignoringElidableConstructorCall` matcher to ignore `ExprWithC...Yitzhak Mandelbaum2019-08-081-0/+17
* [clang] Fail for empty names in is*DerivedFrom matchers.Anton Bikineev2019-07-251-0/+7
* [clang] Add isDirectlyDerivedFrom AST matcher.Anton Bikineev2019-07-251-0/+30
* [clang] Adapt ASTMatcher to explicit(bool) specifierGauthier Harnisch2019-06-191-0/+41
* Added AST matcher for ignoring elidable constructorsDmitri Gribenko2019-06-131-4/+72
* Added an AST matcher for declarations that are in the `std` namespaceDmitri Gribenko2019-05-031-0/+51
* [ASTMatchers][OpenMP] OpenMP Structured-block-related matchersRoman Lebedev2019-03-211-0/+65
* [ASTTypeTraits][ASTMatchers][OpenMP] OMPClause handlingRoman Lebedev2019-03-211-0/+168
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang] Add AST matcher for initializer list membersHyrum Wright2019-01-071-0/+12
* [clang] Add AST matcher for block expressions 🔍Stephane Moore2018-12-131-0/+4
* Revert rL347462 "[ASTMatchers] Add hasSideEffect() matcher."Clement Courbet2018-11-221-16/+0
* [ASTMatchers] Add hasSideEffect() matcher.Clement Courbet2018-11-221-0/+16
* Add the isStaticLocal() AST matcher for matching on local static variables.Aaron Ballman2018-10-291-0/+8
* [ASTMatchers] Let isArrow also support UnresolvedMemberExpr, CXXDependentScop...Shuai Wang2018-09-171-0/+13
* [ASTMatchers] add three matchers for dependent expressionsJonas Toth2018-09-111-0/+42
* [ASTMatchers] Let hasObjectExpression also support UnresolvedMemberExpr, CXXD...Shuai Wang2018-08-231-0/+20
* [ASTMatchers] Introduce a matcher for `ObjCIvarExpr`, support getting it's de...George Karpenkov2018-07-271-0/+10
* [ASTMatchers] Add an isMain() matcherGeorge Karpenkov2018-07-231-0/+8
* [ASTMatchers] Overload isConstexpr for ifStmtsGabor Horvath2018-05-081-0/+4
* [ASTMatchers] Add isAssignmentOperator matcherPeter Szecsi2018-03-271-0/+15
* [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
* 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
* 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
* [ASTMatchers] Add hasInClassInitializer traversal matcher for FieldDecl.Malcolm Parsons2016-12-241-0/+10
* [ASTMatcher] Clarify isStaticStorageClass and hasStaticStorageDuration docume...Haojian Wu2016-09-271-1/+4
* [ASTMatcher] Add isStaticStorageClass matcher for varDecl and functionDecl.Haojian Wu2016-09-261-0/+8
* Add an AST matcher for external formal linkage.Aaron Ballman2016-08-171-0/+16
* Make isExternC work on VarDecls too.Benjamin Kramer2016-08-041-0/+6
* [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] Add isLambda() matcher.Samuel Benzaquen2016-06-281-0/+6
* Make isNoThrow and hasDynamicExceptionSpec polymorphic so they can be used wi...Aaron Ballman2016-06-071-0/+21
* Dividied ASTMatcherTests into 4 filesPiotr Padlewski2016-05-171-0/+1888
OpenPOWER on IntegriCloud