This is an archive of the discontinued LLVM Phabricator instance.

[AST] Respect shouldTraversePostOrder when traversing type locs
ClosedPublic

Authored by ilya-biryukov on Jan 2 2020, 2:36 AM.

Details

Reviewers
gribozavr2

Diff Detail

Event Timeline

ilya-biryukov created this revision.Jan 2 2020, 2:36 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 2 2020, 2:36 AM

Would be nice to write a test too, but didn't get to it yet...

Unit tests: pass. 61158 tests passed, 0 failed and 728 were skipped.

clang-tidy: pass.

clang-format: pass.

Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

gribozavr2 accepted this revision.Jan 16 2020, 4:28 AM

A test would be nice, but we don't have infrastructure for checking call ordering.

This revision is now accepted and ready to land.Jan 16 2020, 4:28 AM