Aaron Ballman
|
a086b9fd15
|
Add an AST matcher for external formal linkage.
Patch by Visoiu Mistrih
llvm-svn: 278926
|
2016-08-17 13:10:42 +00:00 |
Benjamin Kramer
|
87e6d99487
|
Make isExternC work on VarDecls too.
llvm-svn: 277712
|
2016-08-04 10:02:03 +00:00 |
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 |