index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unittests
/
ASTMatchers
/
ASTMatchersTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Dividied ASTMatcherTests into 4 files
Piotr Padlewski
2016-05-17
1
-5646
/
+0
*
Add the hasDynamicExceptionSpec() AST matcher to match function declarations ...
Aaron Ballman
2016-05-16
1
-0
/
+16
*
Add an AST matcher for CastExpr kind
Etienne Bergeron
2016-05-13
1
-0
/
+9
*
Add an AST matcher for string-literal length
Etienne Bergeron
2016-05-12
1
-1
/
+11
*
[ASTMatchers] New matcher forFunction
Gabor Horvath
2016-05-04
1
-0
/
+35
*
Clarify memory ownership semantics; NFC.
Aaron Ballman
2016-04-21
1
-83
/
+87
*
[ASTMatchers] Do not try to memoize nodes we can't compare.
Samuel Benzaquen
2016-04-19
1
-0
/
+13
*
Add typedefNameDecl() and typeAliasDecl() to the AST matchers; improves hasTy...
Aaron Ballman
2016-04-14
1
-1
/
+27
*
Add AST Matchers for CXXConstructorDecl::isDelegatingConstructor and CXXMetho...
Alexander Kornienko
2016-04-13
1
-0
/
+26
*
[ASTMatchers]: fix crash in hasReturnValue
Matthias Gehre
2016-04-12
1
-0
/
+1
*
[ASTMatchers] Existing matcher hasAnyArgument fixed
Gabor Horvath
2016-03-30
1
-1
/
+6
*
[ASTMatchers] Add own version of VariadicFunction.
Samuel Benzaquen
2016-03-25
1
-0
/
+3
*
[ASTMatchers] New matcher hasReturnValue added
Alexander Kornienko
2016-03-22
1
-0
/
+6
*
Use an explicit instantiation to work around delayed template parsing for MSV...
Aaron Ballman
2016-03-09
1
-3
/
+3
*
Adding new AST matchers for: addrLabelExpr, atomicExpr, binaryConditionalOper...
Aaron Ballman
2016-03-09
1
-1
/
+104
*
[ASTMatchers] Document that isAnyPointer() matcher also matches Objective-C o...
Felix Berger
2016-03-06
1
-0
/
+5
*
[ASTMatchers] Add matcher hasAnyName.
Samuel Benzaquen
2016-02-22
1
-0
/
+13
*
Add an AST matcher for real floating-point types. e.g., float, double, long d...
Aaron Ballman
2016-02-18
1
-0
/
+9
*
Missing semicolons are kind of important. Who knew?
Aaron Ballman
2016-02-16
1
-1
/
+1
*
Add a nullPointerConstant() AST matcher to handle variations of null pointer ...
Aaron Ballman
2016-02-16
1
-0
/
+10
*
Add isAnyPointer() matchers. Register missing matchers.
Felix Berger
2016-02-15
1
-0
/
+8
*
Make ParentMap work with explicit specializations of function templates.
Nico Weber
2016-02-08
1
-0
/
+7
*
[ASTMatchers] Allow hasName() to look through inline namespaces
Samuel Benzaquen
2016-02-05
1
-0
/
+46
*
Provide match function to look over an entire TU again.
Daniel Jasper
2016-02-03
1
-1
/
+9
*
Always build a new TypeSourceInfo for function templates with parameters
Nico Weber
2016-02-01
1
-0
/
+11
*
Reapply r259210 with a fix for RegistryTest.cpp.
Aaron Ballman
2016-02-01
1
-1
/
+25
*
Revert r259210 "Extend hasType narrowing matcher for TypedefDecls, add functi...
Hans Wennborg
2016-01-29
1
-25
/
+1
*
Extend hasType narrowing matcher for TypedefDecls, add functionProtoType matc...
Aaron Ballman
2016-01-29
1
-1
/
+25
*
Include RecordDecls from anonymous unions in the AST.
Nico Weber
2016-01-28
1
-0
/
+22
*
Add am AST matcher for isMoveAssignmentOperator.
Aaron Ballman
2016-01-22
1
-0
/
+15
*
Let RecursiveASTVisitor visit array index VarDecls
Nico Weber
2016-01-22
1
-0
/
+8
*
Add an isVirtualAsWritten AST matcher.
Nico Weber
2016-01-21
1
-0
/
+10
*
Add AST matcher support for FunctionDecls with the hasBody matcher.
Aaron Ballman
2016-01-20
1
-0
/
+4
*
Add AST matcher for paren expressions.
Aaron Ballman
2016-01-20
1
-0
/
+8
*
The destructor name should be matched to ~Foo instead of Foo.
Aaron Ballman
2016-01-18
1
-3
/
+3
*
Add an AST matcher for checking whether a function is defaulted.
Aaron Ballman
2016-01-18
1
-0
/
+7
*
Augments r258042; changes the AST matcher tests to use matchesNot and EXPECT_...
Aaron Ballman
2016-01-18
1
-2
/
+14
*
Add forEachArgumentWithParam AST matcher.
Manuel Klimek
2016-01-18
1
-0
/
+85
*
[ASTMatchers] Add booleanType() matcher.
Samuel Benzaquen
2015-12-22
1
-0
/
+7
*
Add a new matcher to match character types.
Gabor Horvath
2015-12-15
1
-0
/
+8
*
Add a narrowing AST matcher that matches on a FunctionDecl with a non-throwin...
Aaron Ballman
2015-12-02
1
-0
/
+9
*
Traverse the NestedNameSpecifier(Loc) of NamespaceAliasDecls.
Daniel Jasper
2015-12-02
1
-0
/
+2
*
Add an AST matcher for narrowing when a type is volatile-qualified.
Aaron Ballman
2015-11-23
1
-0
/
+9
*
Removing the AST matcher test for thread_local storage duration. Not all plat...
Aaron Ballman
2015-11-18
1
-5
/
+5
*
Re-committing r253473 after hopefully fixing the bot breakage. There was a co...
Aaron Ballman
2015-11-18
1
-0
/
+23
*
Reverting r253473 while I investigate build bot failures.
Aaron Ballman
2015-11-18
1
-23
/
+0
*
Adding AST matchers for VarDecl storage durations. Can now determine whether ...
Aaron Ballman
2015-11-18
1
-0
/
+23
*
Make hasLHS and hasRHS matchers available for ArraySubscriptExpr
Alexander Kornienko
2015-11-02
1
-0
/
+5
*
Add "equalsNode" for types and "isCopyAssignmentOperator" matchers.
Angel Garcia Gomez
2015-10-30
1
-0
/
+29
*
Add an AST node matcher for TemplateTypeParmDecl objects.
Eric Fiselier
2015-10-17
1
-0
/
+7
[next]