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
/
lib
/
ASTMatchers
/
Dynamic
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[ASTMatchers] Introduce Objective-C matchers `hasReceiver` and `isInstanceMes...
George Karpenkov
2018-07-16
1
-0
/
+2
*
[ASTMatchers] A matcher for Objective-C @autoreleasepool
George Karpenkov
2018-07-06
1
-0
/
+1
*
[ASTMatchers] Introduce a blockDecl matcher for matching block declarations
George Karpenkov
2018-05-16
1
-0
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
4
-41
/
+41
*
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
/
+1
*
[clang] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-03-27
1
-2
/
+2
*
[ASTMatchers] Add isAssignmentOperator matcher
Peter Szecsi
2018-03-27
1
-0
/
+1
*
Add hasTrailingReturn AST matcher
Julie Hockett
2018-01-22
1
-0
/
+1
*
[ASTMatcher] Add isScoped matcher for enumDecl.
Haojian Wu
2018-01-18
1
-0
/
+1
*
[ASTMatchers] Add isNoReturn() match narrower for FunctionDeclarations
Roman Lebedev
2018-01-17
1
-0
/
+1
*
Remove creation of out-of-bounds value of enumeration type (resulting in UB).
Richard Smith
2017-12-08
1
-12
/
+10
*
Add the hasDefinition() AST matcher to match class declarations that also hav...
Aaron Ballman
2017-11-29
1
-0
/
+1
*
[ASTMatchers] Matchers for new[] operators
Adam Balogh
2017-11-23
1
-0
/
+2
*
Add an AST matcher for hasDefaultArgument() to match on parameter declaration...
Aaron Ballman
2017-11-21
1
-0
/
+1
*
Add ObjC exception statement AST matchers
Dave Lee
2017-11-11
1
-0
/
+4
*
[ASTMatchers] Fix some Clang-tidy modernize and Include What You Use warnings...
Eugene Zelenko
2017-11-01
3
-68
/
+125
*
Add objcCategoryImplDecl matcher
Dave Lee
2017-10-26
1
-0
/
+1
*
[ASTMatchers] Expose forEachOverriden in dynamic AST matchers.
Benjamin Kramer
2017-10-23
1
-0
/
+1
*
Add objcImplementationDecl matcher
Dave Lee
2017-09-10
1
-0
/
+1
*
Register linkageSpecDecl matcher
Dave Lee
2017-08-31
1
-0
/
+1
*
[ASTMatchers] Fix use after free.
Benjamin Kramer
2017-06-09
1
-1
/
+2
*
[ASTMatchers] Add clang-query support for equals matcher
Peter Wu
2017-06-08
1
-9
/
+19
*
[ASTMatchers] Add support for floatLiterals
Peter Wu
2017-06-08
4
-15
/
+81
*
[ASTMatchers] Add support for boolean literals
Peter Wu
2017-06-08
3
-2
/
+52
*
Add cxxStdInitializerListExpr AST matcher
Jakub Kuderski
2017-05-05
1
-0
/
+1
*
[clang] Register isConstexpr matcher
Alexander Shaposhnikov
2017-04-16
1
-0
/
+1
*
Add isStaticStorageClass to the dynamic matcher registry so that it can be us...
Aaron Ballman
2017-04-15
1
-0
/
+1
*
[ASTMatchers] add typeAliasTemplateDecl matcher.
Eric Liu
2017-03-28
1
-0
/
+1
*
Add AST matchers for ObjCProtocolDecl, ObjCCategoryDecl, ObjCMethodDecl, ObjC...
Aaron Ballman
2017-03-15
1
-0
/
+5
*
Move VariantMatcher's Payload to std::shared_ptr rather than IntrusiveRefCntPtr
David Blaikie
2017-01-05
1
-3
/
+5
*
[ASTMatchers] Add hasInClassInitializer traversal matcher for FieldDecl.
Malcolm Parsons
2016-12-24
1
-0
/
+1
*
[ASTMatcher] Add hasReplacementType matcher for SubstTemplateTypeParmType
Malcolm Parsons
2016-12-08
1
-0
/
+1
*
Adds hasUnqualifiedDesugaredType to allow matching through type sugar.
Manuel Klimek
2016-12-01
1
-0
/
+1
*
[AST] Convert Marshallers to use unique_ptr.
Justin Lebar
2016-10-10
2
-60
/
+62
*
Add an AST matcher for external formal linkage.
Aaron Ballman
2016-08-17
1
-0
/
+1
*
[ASTMatchers] Add templateTypeParmDecl() to Registry.cpp
Martin Bohme
2016-08-12
1
-0
/
+1
*
[ASTMatchers] Add matchers canReferToDecl() and hasUnderlyingDecl()
Martin Bohme
2016-08-09
1
-0
/
+2
*
[ASTMatcher] Add templateName matcher.
Haojian Wu
2016-07-29
1
-0
/
+1
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-1
/
+0
*
[ASTMatchers] isSignedInteger() and isUnsignedInteger()
Clement Courbet
2016-07-12
1
-0
/
+2
*
Add AST matchers for handling bit-fields and narrowing based on their width.
Aaron Ballman
2016-07-06
1
-0
/
+2
*
[ASTMatcher] Add a node matcher for EnumType.
Haojian Wu
2016-06-30
1
-0
/
+1
*
[ASTMatchers] Add isLambda() matcher.
Samuel Benzaquen
2016-06-28
1
-0
/
+1
*
IgnoringImplicit matcher.
Cong Liu
2016-06-24
1
-0
/
+1
*
Adding an AST matcher to ignore parenthesis in *types* (rather than expressio...
Aaron Ballman
2016-06-06
1
-0
/
+1
*
[ASTMatcher] Add a node matcher for UnresolvedLookupExpr.
Haojian Wu
2016-05-18
1
-0
/
+1
*
Add the hasDynamicExceptionSpec() AST matcher to match function declarations ...
Aaron Ballman
2016-05-16
1
-0
/
+1
*
Add an AST matcher for CastExpr kind
Etienne Bergeron
2016-05-13
2
-0
/
+23
*
[ASTMatchers] New matcher forFunction
Gabor Horvath
2016-05-04
1
-0
/
+1
[prev]
[next]