This is an archive of the discontinued LLVM Phabricator instance.

Make RecursiveASTVisitor call WalkUpFrom for operators when the data recursion queue is absent
ClosedPublic

Authored by gribozavr on Jun 30 2020, 9:46 AM.

Diff Detail

Event Timeline

gribozavr created this revision.Jun 30 2020, 9:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 30 2020, 9:46 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
gribozavr2 added inline comments.
clang/include/clang/AST/RecursiveASTVisitor.h
416

As a review aid, compare the implementation of this function with the definition of the DEF_TRAVERSE_STMT macro.

eduucaldas accepted this revision.Jun 30 2020, 10:21 PM
This revision is now accepted and ready to land.Jun 30 2020, 10:21 PM
This revision was automatically updated to reflect the committed changes.