1. bc9e558 Add testing for CommentHandler, and fix a bug where trailing comments in #else by Richard Smith · 12 years ago
  2. 1071ba9 Make the RecursiveASTVisitor visit the body of a range-based for loop by Daniel Jasper · 12 years ago
  3. 52ec0c0 Rename shouldVisitImplicitDeclarations to shouldVisitImplicitCode. by Daniel Jasper · 12 years ago
  4. c28a335 RecursiveASTVisitor: add ability to visit implicit declarations. Patch by by Richard Smith · 12 years ago
  5. 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
  6. e966bea Test commit - Fix typo in comment. by Daniel Jasper · 12 years ago
  7. 06cd51a RecursiveASTVisitor: by Richard Smith · 12 years ago
  8. c8c2228 Unrevert r155951, reverted in r155962, with two changes: by Richard Smith · 12 years ago
  9. b51c7f3 Revert "Fix RecursiveASTVisitor's data recursion to call the Traverse* functions if they" by Andrew Trick · 12 years ago
  10. e3ba298 Fix RecursiveASTVisitor's data recursion to call the Traverse* functions if they by Richard Smith · 12 years ago
  11. e002631 Fix file name in comment. by David Blaikie · 12 years ago
  12. a313b2f RecursiveASTVisitor: When in 'shouldVisitTemplateInstantiations' mode, visit by Richard Smith · 12 years ago
  13. 5482dc3 RecursiveASTVisitor: Visit instantiations of member templates of class by Richard Smith · 12 years ago
  14. 9f99d06 Fix PR12608. Patch contributed by Yang Chen. by Manuel Klimek · 12 years ago
  15. dab2894 No need to put the SourceManager in with the ASTContext, as the ASTContext by Manuel Klimek · 12 years ago
  16. fad7f85 Adds a unit test for the RecursiveASTVisitor. by Manuel Klimek · 12 years ago