[PATCH] D20382: Add postorder support to RecursiveASTVisitor
Raphael Isemann via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 9 08:02:55 PDT 2016
teemperor added a comment.
Agreed. The new patch is now reusing the Visit methods so that the executable size stays the same.
The downside is that you can no longer create a Visitor that is both post- and preorder traversing,
but I don't think there is any major use case for that.
http://reviews.llvm.org/D20382
More information about the cfe-commits
mailing list