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
/
Tooling
/
RecursiveASTVisitorTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow RecursiveASTVisitor to visit CXXCtorInitializer objects for which
James Dennett
2012-08-24
1
-0
/
+60
*
Part of PR13618: visit the TypeLoc when RecursiveASTVisitor visits a Compound...
Richard Smith
2012-08-17
1
-0
/
+8
*
Don't forget to apply #pragma pack to partial and explicit specializations of
Richard Smith
2012-08-17
1
-0
/
+7
*
Add testing for CommentHandler, and fix a bug where trailing comments in #else
Richard Smith
2012-06-24
1
-116
/
+1
*
Make the RecursiveASTVisitor visit the body of a range-based for loop
Daniel Jasper
2012-06-21
1
-1
/
+2
*
Rename shouldVisitImplicitDeclarations to shouldVisitImplicitCode.
Daniel Jasper
2012-06-13
1
-1
/
+25
*
RecursiveASTVisitor: add ability to visit implicit declarations. Patch by
Richard Smith
2012-06-05
1
-0
/
+27
*
Only visit default arguments for template declarations when visiting the temp...
Richard Smith
2012-05-30
1
-0
/
+54
*
Test commit - Fix typo in comment.
Daniel Jasper
2012-05-30
1
-1
/
+1
*
RecursiveASTVisitor:
Richard Smith
2012-05-09
1
-0
/
+13
*
Unrevert r155951, reverted in r155962, with two changes:
Richard Smith
2012-05-02
1
-0
/
+36
*
Revert "Fix RecursiveASTVisitor's data recursion to call the Traverse* functi...
Andrew Trick
2012-05-01
1
-35
/
+0
*
Fix RecursiveASTVisitor's data recursion to call the Traverse* functions if they
Richard Smith
2012-05-01
1
-0
/
+35
*
Fix file name in comment.
David Blaikie
2012-04-26
1
-1
/
+1
*
RecursiveASTVisitor: When in 'shouldVisitTemplateInstantiations' mode, visit
Richard Smith
2012-04-25
1
-0
/
+94
*
RecursiveASTVisitor: Visit instantiations of member templates of class
Richard Smith
2012-04-24
1
-4
/
+19
*
Fix PR12608. Patch contributed by Yang Chen.
Manuel Klimek
2012-04-23
1
-0
/
+26
*
No need to put the SourceManager in with the ASTContext, as the ASTContext
Manuel Klimek
2012-04-20
1
-3
/
+1
*
Adds a unit test for the RecursiveASTVisitor.
Manuel Klimek
2012-04-19
1
-0
/
+215