This is an archive of the discontinued LLVM Phabricator instance.

[RecursiveASTVisitor] Fix post-order traversal of UnaryOperator
ClosedPublic

Authored by malcolm.parsons on Nov 16 2016, 4:23 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

malcolm.parsons retitled this revision from to [RecursiveASTVisitor] Fix post-order traversal of UnaryOperator.
malcolm.parsons added a subscriber: cfe-commits.

Looks good to me. I'll add Richard because he also merged/approved the original post-order patch.

This revision was automatically updated to reflect the committed changes.