This is an archive of the discontinued LLVM Phabricator instance.

[Visualizers] Fix Optional visualizer.
ClosedPublic

Authored by curdeius on Jan 25 2022, 3:11 AM.

Details

Summary

As discussed in https://reviews.llvm.org/D118105#3268773, OptionalStorage has been changed in commit https://github.com/llvm/llvm-project/commit/fb9730575086b3c2ba38a1aabf3106b01339888b, but the visualizer still tries to use old members.

Diff Detail

Event Timeline

curdeius requested review of this revision.Jan 25 2022, 3:11 AM
curdeius created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJan 25 2022, 3:11 AM
RKSimon accepted this revision.Jan 25 2022, 5:09 AM

LGTM - cheers

This revision is now accepted and ready to land.Jan 25 2022, 5:09 AM
This revision was landed with ongoing or failed builds.Jan 25 2022, 5:16 AM
This revision was automatically updated to reflect the committed changes.

@RKSimon, do you happen to know if there is a way to test NatVis? Not even testing what it shows, but just that it won't error out?