Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 1306 Build 1306: arc lint + arc unit
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 78165 include/clang/AST/RecursiveASTVisitor.h
unittests/AST/PostOrderASTVisitor.cpp
|