This is an archive of the discontinued LLVM Phabricator instance.

[clang][dataflow] Add an `operator<<` for `OptionalTypeIdentifier`.
ClosedPublic

Authored by mboehme on Jul 20 2023, 12:12 AM.

Details

Summary

When tests fail in UncheckedOptionalAccessModelTest.cpp, this prints the name of the optional type instead of a blob of hex.

Diff Detail

Event Timeline

mboehme created this revision.Jul 20 2023, 12:12 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 20 2023, 12:12 AM
mboehme requested review of this revision.Jul 20 2023, 12:12 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 20 2023, 12:12 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
mboehme edited the summary of this revision. (Show Details)Jul 20 2023, 12:12 AM
mboehme added a reviewer: ymandel.
mboehme updated this revision to Diff 542330.Jul 20 2023, 12:13 AM

Format code.

ymandel accepted this revision.Jul 20 2023, 5:42 AM

Thank you!

This revision is now accepted and ready to land.Jul 20 2023, 5:42 AM