DescriptionAdd basic TypeLoc traversal to RecursiveASTVisitor. Also moves existing traversals that have easy access to TypeLoc's to using that alternate traversal. The default visitors just call back into the Type visitors so there should be no breakage of compatibility with client code while we sort out the missing pieces of TypeLocs. The implementation falls back to Type traversal when necessary.
Patch Set 1 #Patch Set 2 : Also update TraverseTemplateArgumentLocsHelper #
Total comments: 8
Patch Set 3 : Also fix TypeLoc FIXME in TemplateTemplateParmDecl #
Total comments: 1
MessagesTotal messages: 6
|