Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Looks good to me. I'll add Richard because he also merged/approved the original post-order patch.
Paths
| Differential D26742
[RecursiveASTVisitor] Fix post-order traversal of UnaryOperator ClosedPublic Authored by malcolm.parsons on Nov 16 2016, 4:23 AM.
Details
Diff Detail
Event Timelinemalcolm.parsons retitled this revision from to [RecursiveASTVisitor] Fix post-order traversal of UnaryOperator. Comment Actions Looks good to me. I'll add Richard because he also merged/approved the original post-order patch. Closed by commit rL288923: [RecursiveASTVisitor] Fix post-order traversal of UnaryOperator (authored by malcolm.parsons). · Explain WhyDec 7 2016, 9:49 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 80621 cfe/trunk/include/clang/AST/RecursiveASTVisitor.h
cfe/trunk/unittests/AST/PostOrderASTVisitor.cpp
|