[PATCH] D20382: Add postorder support to RecursiveASTVisitor
Raphael Isemann via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 27 13:51:03 PDT 2016
teemperor updated this revision to Diff 62015.
teemperor added a comment.
- Stmt traversal is now always postorder, even if child statements don't support iterative traversal (thanks Richard).
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.62015.patch
Type: text/x-patch
Size: 18781 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160627/6e107a46/attachment-0001.bin>
More information about the cfe-commits
mailing list