[PATCH] D20382: Add postorder support to RecursiveASTVisitor
Raphael Isemann via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 9 08:00:37 PDT 2016
teemperor updated this revision to Diff 60176.
teemperor added a comment.
Reduced executable size bloat. Made postorder and preorder mutually exclusive and postorder also uses the normal Visit* methods for callbacks.
http://reviews.llvm.org/D20382
Files:
include/clang/AST/RecursiveASTVisitor.h
unittests/AST/CMakeLists.txt
unittests/AST/PostOrderASTVisitor.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20382.60176.patch
Type: text/x-patch
Size: 19403 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160609/99d31228/attachment-0001.bin>
More information about the cfe-commits
mailing list