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