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
/
Registry.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-27
/
+26
*
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
*
[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
1
-0
/
+1
*
[ASTMatchers] New matcher forFunction
Gabor Horvath
2016-05-04
1
-0
/
+1
*
Add typedefNameDecl() and typeAliasDecl() to the AST matchers; improves hasTy...
Aaron Ballman
2016-04-14
1
-0
/
+2
*
[ASTMatchers] New matcher hasReturnValue added
Alexander Kornienko
2016-03-22
1
-0
/
+1
*
Adding new AST matchers for: addrLabelExpr, atomicExpr, binaryConditionalOper...
Aaron Ballman
2016-03-09
1
-0
/
+13
*
[ASTMatchers] Add matcher hasAnyName.
Samuel Benzaquen
2016-02-22
1
-0
/
+1
*
Add an AST matcher for real floating-point types. e.g., float, double, long d...
Aaron Ballman
2016-02-18
1
-0
/
+1
*
Add a nullPointerConstant() AST matcher to handle variations of null pointer ...
Aaron Ballman
2016-02-16
1
-0
/
+1
*
Add isAnyPointer() matchers. Register missing matchers.
Felix Berger
2016-02-15
1
-0
/
+2
*
Registering the gnuNullExpr AST matcher as a dynamic matcher so that it is av...
Aaron Ballman
2016-02-09
1
-0
/
+1
*
Reapply r259210 with a fix for RegistryTest.cpp.
Aaron Ballman
2016-02-01
1
-0
/
+1
*
Revert r259210 "Extend hasType narrowing matcher for TypedefDecls, add functi...
Hans Wennborg
2016-01-29
1
-1
/
+0
*
Extend hasType narrowing matcher for TypedefDecls, add functionProtoType matc...
Aaron Ballman
2016-01-29
1
-0
/
+1
*
Add am AST matcher for isMoveAssignmentOperator.
Aaron Ballman
2016-01-22
1
-0
/
+1
*
Add an isVirtualAsWritten AST matcher.
Nico Weber
2016-01-21
1
-0
/
+1
*
Register the isCopyAssignmentOperator AST matcher so that it can be used dyna...
Aaron Ballman
2016-01-20
1
-0
/
+1
*
Add AST matcher for paren expressions.
Aaron Ballman
2016-01-20
1
-0
/
+1
*
Add an AST matcher for checking whether a function is defaulted.
Aaron Ballman
2016-01-18
1
-0
/
+1
*
Add forEachArgumentWithParam AST matcher.
Manuel Klimek
2016-01-18
1
-0
/
+1
*
[ASTMatchers] Add booleanType() matcher.
Samuel Benzaquen
2015-12-22
1
-0
/
+1
*
Add a narrowing AST matcher that matches on a FunctionDecl with a non-throwin...
Aaron Ballman
2015-12-02
1
-0
/
+1
*
Add an AST matcher for narrowing when a type is volatile-qualified.
Aaron Ballman
2015-11-23
1
-0
/
+1
*
Re-committing r253473 after hopefully fixing the bot breakage. There was a co...
Aaron Ballman
2015-11-18
1
-0
/
+3
*
Reverting r253473 while I investigate build bot failures.
Aaron Ballman
2015-11-18
1
-3
/
+0
*
Adding AST matchers for VarDecl storage durations. Can now determine whether ...
Aaron Ballman
2015-11-18
1
-0
/
+3
*
Add decayedType and hasDecayedType AST matchers
Matthias Gehre
2015-10-12
1
-0
/
+2
*
Adding a narrowing AST matcher for FunctionDecl::isVariadic(), plus tests and...
Aaron Ballman
2015-10-05
1
-0
/
+1
*
SourceRanges are small and trivially copyable, don't them by reference.
Craig Topper
2015-10-04
1
-2
/
+2
*
Rename AST node matchers to match the AST node names directly. Part of this r...
Aaron Ballman
2015-09-17
1
-27
/
+31
*
Fixed HasDeclarationMatcher to properly convert all types into decls where po...
Aaron Ballman
2015-09-11
1
-0
/
+5
*
Adding an AST matcher for namespaceAliasDecl.
Aaron Ballman
2015-08-28
1
-0
/
+1
*
[ASTMatchers] Add type matcher for SubstTemplateTypeParmType.
Samuel Benzaquen
2015-08-26
1
-0
/
+1
*
Add AST narrowing matchers for inline and anonymous namespaces. Since the inl...
Aaron Ballman
2015-08-18
1
-0
/
+2
*
Switching from an explicit loop to DeleteContainerSeconds; NFC.
Aaron Ballman
2015-08-12
1
-2
/
+2
*
RangRangify some more for loops; NFC.
Aaron Ballman
2015-08-12
1
-17
/
+15
*
Add a polymorphic AST matcher for testing whether a constructor or a conversi...
Aaron Ballman
2015-08-11
1
-0
/
+1
[next]