1. 8268fe7 Allow RecursiveASTVisitor to visit CXXCtorInitializer objects for which by James Dennett · 12 years ago
  2. 82b4550 Part of PR13618: visit the TypeLoc when RecursiveASTVisitor visits a CompoundLiteralExpr. by Richard Smith · 12 years ago
  3. 0652c35 Don't forget to apply #pragma pack to partial and explicit specializations of by Richard Smith · 12 years ago
  4. bc9e558 Add testing for CommentHandler, and fix a bug where trailing comments in #else by Richard Smith · 12 years ago
  5. 1071ba9 Make the RecursiveASTVisitor visit the body of a range-based for loop by Daniel Jasper · 12 years ago
  6. 52ec0c0 Rename shouldVisitImplicitDeclarations to shouldVisitImplicitCode. by Daniel Jasper · 12 years ago
  7. c28a335 RecursiveASTVisitor: add ability to visit implicit declarations. Patch by by Richard Smith · 12 years ago
  8. 6fada8e Only visit default arguments for template declarations when visiting the template declaration which introduced them. Patch by Yang Chen! by Richard Smith · 12 years ago
  9. e966bea Test commit - Fix typo in comment. by Daniel Jasper · 12 years ago
  10. 06cd51a RecursiveASTVisitor: by Richard Smith · 12 years ago
  11. c8c2228 Unrevert r155951, reverted in r155962, with two changes: by Richard Smith · 13 years ago
  12. b51c7f3 Revert "Fix RecursiveASTVisitor's data recursion to call the Traverse* functions if they" by Andrew Trick · 13 years ago
  13. e3ba298 Fix RecursiveASTVisitor's data recursion to call the Traverse* functions if they by Richard Smith · 13 years ago
  14. e002631 Fix file name in comment. by David Blaikie · 13 years ago
  15. a313b2f RecursiveASTVisitor: When in 'shouldVisitTemplateInstantiations' mode, visit by Richard Smith · 13 years ago
  16. 5482dc3 RecursiveASTVisitor: Visit instantiations of member templates of class by Richard Smith · 13 years ago
  17. 9f99d06 Fix PR12608. Patch contributed by Yang Chen. by Manuel Klimek · 13 years ago
  18. dab2894 No need to put the SourceManager in with the ASTContext, as the ASTContext by Manuel Klimek · 13 years ago
  19. fad7f85 Adds a unit test for the RecursiveASTVisitor. by Manuel Klimek · 13 years ago