This is an archive of the discontinued LLVM Phabricator instance.

[clang][dataflow] Use a `PointerValue` for `value` property in optional checker.
ClosedPublic

Authored by mboehme on Jun 5 2023, 4:35 AM.

Details

Summary

The ReferenceValue class will be eliminated as part of the ongoing migration
to strict handling of value categories (see https://discourse.llvm.org/t/70086
for details).

Diff Detail

Event Timeline

mboehme created this revision.Jun 5 2023, 4:35 AM
Herald added a project: Restricted Project. · View Herald Transcript
mboehme requested review of this revision.Jun 5 2023, 4:35 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 5 2023, 4:35 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
gribozavr2 accepted this revision.Jun 5 2023, 4:42 AM
This revision is now accepted and ready to land.Jun 5 2023, 4:42 AM

libcxx CI failure looks unrelated.

This revision was landed with ongoing or failed builds.Jun 5 2023, 5:53 AM
This revision was automatically updated to reflect the committed changes.