summaryrefslogtreecommitdiffstats
path: root/clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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