Clement Courbet
|
425175934e
|
[ASTMatchers] isSignedInteger() and isUnsignedInteger()
Complementary to isInteger(), these match signed and unsigned integers
respectively.
Review: http://reviews.llvm.org/D21989
llvm-svn: 275157
|
2016-07-12 06:36:00 +00:00 |
Aaron Ballman
|
5c574341f5
|
Add AST matchers for handling bit-fields and narrowing based on their width.
llvm-svn: 274652
|
2016-07-06 18:25:16 +00:00 |
Samuel Benzaquen
|
49385c78bc
|
[ASTMatchers] Add isLambda() matcher.
llvm-svn: 274015
|
2016-06-28 14:08:56 +00:00 |
Aaron Ballman
|
230ad97156
|
Make isNoThrow and hasDynamicExceptionSpec polymorphic so they can be used with both functionDecl and functionPrototype matchers.
Patch by Don Hinton.
llvm-svn: 272028
|
2016-06-07 17:34:45 +00:00 |
Piotr Padlewski
|
c6e0502997
|
Dividied ASTMatcherTests into 4 files
fix for long compilation [20061]
http://reviews.llvm.org/D20210
llvm-svn: 269802
|
2016-05-17 19:22:57 +00:00 |