index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
unittests
/
ASTMatchers
/
ASTMatchersNarrowingTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ASTMatchers] Overload isConstexpr for ifStmts
Gabor Horvath
2018-05-08
1
-0
/
+4
*
[ASTMatchers] Add isAssignmentOperator matcher
Peter Szecsi
2018-03-27
1
-0
/
+15
*
[ASTMatchers] isTemplateInstantiation: also match explicit instantiation decl...
Eric Liu
2018-02-21
1
-0
/
+8
*
Add hasTrailingReturn AST matcher
Julie Hockett
2018-01-22
1
-0
/
+19
*
[ASTMatcher] Add isScoped matcher for enumDecl.
Haojian Wu
2018-01-18
1
-0
/
+5
*
[ASTMatchers] Add isNoReturn() match narrower for FunctionDeclarations
Roman Lebedev
2018-01-17
1
-0
/
+78
*
Add the hasDefinition() AST matcher to match class declarations that also hav...
Aaron Ballman
2017-11-29
1
-0
/
+21
*
[ASTMatchers] Matchers for new[] operators
Adam Balogh
2017-11-23
1
-0
/
+10
*
Add an AST matcher for hasDefaultArgument() to match on parameter declaration...
Aaron Ballman
2017-11-21
1
-0
/
+7
*
Make isDefinition matcher support ObjCMethodDecl
Dave Lee
2017-11-14
1
-0
/
+8
*
PR19668, PR23034: Fix handling of move constructors and deleted copy
Richard Smith
2017-08-16
1
-20
/
+29
*
Revert "PR19668, PR23034: Fix handling of move constructors and deleted copy ...
Diana Picus
2017-08-09
1
-29
/
+20
*
PR19668, PR23034: Fix handling of move constructors and deleted copy
Richard Smith
2017-08-08
1
-20
/
+29
*
[ASTMatchers] Add hasInClassInitializer traversal matcher for FieldDecl.
Malcolm Parsons
2016-12-24
1
-0
/
+10
*
[ASTMatcher] Clarify isStaticStorageClass and hasStaticStorageDuration docume...
Haojian Wu
2016-09-27
1
-1
/
+4
*
[ASTMatcher] Add isStaticStorageClass matcher for varDecl and functionDecl.
Haojian Wu
2016-09-26
1
-0
/
+8
*
Add an AST matcher for external formal linkage.
Aaron Ballman
2016-08-17
1
-0
/
+16
*
Make isExternC work on VarDecls too.
Benjamin Kramer
2016-08-04
1
-0
/
+6
*
[ASTMatchers] isSignedInteger() and isUnsignedInteger()
Clement Courbet
2016-07-12
1
-0
/
+12
*
Add AST matchers for handling bit-fields and narrowing based on their width.
Aaron Ballman
2016-07-06
1
-0
/
+8
*
[ASTMatchers] Add isLambda() matcher.
Samuel Benzaquen
2016-06-28
1
-0
/
+6
*
Make isNoThrow and hasDynamicExceptionSpec polymorphic so they can be used wi...
Aaron Ballman
2016-06-07
1
-0
/
+21
*
Dividied ASTMatcherTests into 4 files
Piotr Padlewski
2016-05-17
1
-0
/
+1888