index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unittests
/
Tooling
/
RecursiveASTVisitorTest.cpp
Age
Commit message (
Expand
)
Author
2013-02-22
Streamify getNameForDiagnostic and remove the string versions of PrintTemplat...
Benjamin Kramer
2012-08-24
Allow RecursiveASTVisitor to visit CXXCtorInitializer objects for which
James Dennett
2012-08-17
Part of PR13618: visit the TypeLoc when RecursiveASTVisitor visits a Compound...
Richard Smith
2012-08-17
Don't forget to apply #pragma pack to partial and explicit specializations of
Richard Smith
2012-06-24
Add testing for CommentHandler, and fix a bug where trailing comments in #else
Richard Smith
2012-06-21
Make the RecursiveASTVisitor visit the body of a range-based for loop
Daniel Jasper
2012-06-13
Rename shouldVisitImplicitDeclarations to shouldVisitImplicitCode.
Daniel Jasper
2012-06-05
RecursiveASTVisitor: add ability to visit implicit declarations. Patch by
Richard Smith
2012-05-30
Only visit default arguments for template declarations when visiting the temp...
Richard Smith
2012-05-30
Test commit - Fix typo in comment.
Daniel Jasper
2012-05-09
RecursiveASTVisitor:
Richard Smith
2012-05-02
Unrevert r155951, reverted in r155962, with two changes:
Richard Smith
2012-05-01
Revert "Fix RecursiveASTVisitor's data recursion to call the Traverse* functi...
Andrew Trick
2012-05-01
Fix RecursiveASTVisitor's data recursion to call the Traverse* functions if they
Richard Smith
2012-04-26
Fix file name in comment.
David Blaikie
2012-04-25
RecursiveASTVisitor: When in 'shouldVisitTemplateInstantiations' mode, visit
Richard Smith
2012-04-24
RecursiveASTVisitor: Visit instantiations of member templates of class
Richard Smith
2012-04-23
Fix PR12608. Patch contributed by Yang Chen.
Manuel Klimek
2012-04-20
No need to put the SourceManager in with the ASTContext, as the ASTContext
Manuel Klimek
2012-04-19
Adds a unit test for the RecursiveASTVisitor.
Manuel Klimek