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
/
docs
/
LibASTMatchersReference.html
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Regenerated AST Matchers doc.
Alexander Kornienko
2018-04-30
1
-6
/
+8
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-1
/
+1
*
[ASTMatchers] Introduce a matcher for matching any given Objective-C selector
George Karpenkov
2018-03-29
1
-0
/
+11
*
[ASTMatchers] Extend hasParameter and hasAnyParameter matches to handle Objec...
George Karpenkov
2018-03-29
1
-2
/
+58
*
[ASTMatchers] Add isAssignmentOperator matcher
Peter Szecsi
2018-03-27
1
-0
/
+26
*
[ASTMatchers] Remove extra qualifier for consistency (LibASTMatchersReference...
Clement Courbet
2018-03-21
1
-1
/
+1
*
[ASTMatchers] Regenerate doc.
Clement Courbet
2018-03-21
1
-3
/
+3
*
[ASTMatcher] Extend hasAnyArgument to ObjCMessageExpr
George Karpenkov
2018-03-07
1
-2
/
+33
*
[ASTMatchers] Regenerate documentation after r325678
Eric Liu
2018-02-21
1
-0
/
+6
*
Add hasTrailingReturn AST matcher
Julie Hockett
2018-01-22
1
-0
/
+9
*
[ASTMatchers] [NFC] Fix code examples
Fangrui Song
2018-01-22
1
-29
/
+31
*
[ASTMatcher] Add isScoped matcher for enumDecl.
Haojian Wu
2018-01-18
1
-0
/
+9
*
[ASTMatchers] Add isNoReturn() match narrower for FunctionDeclarations
Roman Lebedev
2018-01-17
1
-0
/
+14
*
Update dump_ast_matchers for many recent changes.
Benjamin Kramer
2018-01-17
1
-75
/
+244
*
Add the hasDefinition() AST matcher to match class declarations that also hav...
Aaron Ballman
2017-11-29
1
-0
/
+9
*
[ASTMatchers] Matchers for new[] operators
Adam Balogh
2017-11-23
1
-0
/
+20
*
Add an AST matcher for hasDefaultArgument() to match on parameter declaration...
Aaron Ballman
2017-11-21
1
-0
/
+9
*
Make isDefinition matcher support ObjCMethodDecl
Dave Lee
2017-11-14
1
-5
/
+48
*
Fix AST matcher documentation typo
Dave Lee
2017-11-11
1
-1
/
+1
*
Add ObjC exception statement AST matchers
Dave Lee
2017-11-11
1
-0
/
+35
*
Add objcCategoryImplDecl matcher
Dave Lee
2017-10-26
1
-0
/
+9
*
[clang] Fix isExternC matcher docs
Alexander Shaposhnikov
2017-09-22
1
-8
/
+14
*
Add objcImplementationDecl matcher
Dave Lee
2017-09-10
1
-0
/
+9
*
Unify and simplify the behavior of the hasDeclaration matcher.
Manuel Klimek
2017-08-02
1
-0
/
+27
*
[ASTMatchers][NFC] integerLiteral(): Mention negative integers in
Clement Courbet
2017-07-11
1
-0
/
+32
*
[ASTMatchers] Add clang-query support for equals matcher
Peter Wu
2017-06-08
1
-17
/
+85
*
Add cxxStdInitializerListExpr AST matcher
Jakub Kuderski
2017-05-05
1
-2
/
+15
*
[ASTMatchers] add typeAliasTemplateDecl matcher.
Eric Liu
2017-03-28
1
-0
/
+9
*
Add AST matchers for ObjCProtocolDecl, ObjCCategoryDecl, ObjCMethodDecl, ObjC...
Aaron Ballman
2017-03-15
1
-0
/
+53
*
Fix documentation typo.
Malcolm Parsons
2017-01-20
1
-1
/
+1
*
[ASTMatchers] Add hasInClassInitializer traversal matcher for FieldDecl.
Malcolm Parsons
2016-12-24
1
-0
/
+16
*
[ASTMatchers] Fix doc for hasBitWidth
Malcolm Parsons
2016-12-24
1
-2
/
+3
*
[ASTMatcher] Add hasReplacementType matcher for SubstTemplateTypeParmType
Malcolm Parsons
2016-12-08
1
-0
/
+14
*
Adds hasUnqualifiedDesugaredType to allow matching through type sugar.
Manuel Klimek
2016-12-01
1
-124
/
+136
*
[ASTMatchers] Fix a typo in cStyleCastExpr() HTML docs as well. NFC.
Artem Dergachev
2016-11-11
1
-1
/
+1
*
[ASTMatcher] Add CXXNewExpr support to hasDeclaration
Malcolm Parsons
2016-10-31
1
-0
/
+54
*
[ASTMatcher] Clarify isStaticStorageClass and hasStaticStorageDuration docume...
Haojian Wu
2016-09-27
1
-6
/
+14
*
[ASTMatcher] Add isStaticStorageClass matcher for varDecl and functionDecl.
Haojian Wu
2016-09-26
1
-1
/
+29
*
Fix a typo in the doc: overriden -> overridden
Sylvestre Ledru
2016-08-28
1
-1
/
+1
*
Correct the documentation for isSignedInteger() and isUnsignedInteger().
Aaron Ballman
2016-08-18
1
-2
/
+2
*
Add an AST matcher for external formal linkage.
Aaron Ballman
2016-08-17
1
-0
/
+20
*
[ASTMatchers] Add matchers canReferToDecl() and hasUnderlyingDecl()
Martin Bohme
2016-08-09
1
-0
/
+30
*
Make isExternC work on VarDecls too.
Benjamin Kramer
2016-08-04
1
-0
/
+12
*
Fix a typo in document.
Haojian Wu
2016-07-29
1
-6
/
+6
*
[ASTMatcher] Add templateName matcher.
Haojian Wu
2016-07-29
1
-0
/
+24
*
[ASTMatcher] Add hasTemplateArgument/hasAnyTemplateArgument support in functi...
Haojian Wu
2016-07-29
1
-8
/
+78
*
[ASTMatchers] isSignedInteger() and isUnsignedInteger()
Clement Courbet
2016-07-12
1
-4
/
+34
*
Add AST matchers for handling bit-fields and narrowing based on their width.
Aaron Ballman
2016-07-06
1
-1
/
+28
*
[ASTMatchers] New forEachOverriden matcher.
Clement Courbet
2016-07-05
1
-0
/
+24
*
[ASTMatcher] Add a node matcher for EnumType.
Haojian Wu
2016-06-30
1
-0
/
+15
[prev]
[next]