summaryrefslogtreecommitdiffstats
path: root/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merging r310983:Hans Wennborg2017-08-211-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