This is an archive of the discontinued LLVM Phabricator instance.

[clang][dataflow] Eliminate `ReferenceValue`.
ClosedPublic

Authored by mboehme on Jul 21 2023, 12:54 AM.

Details

Summary

There are no remaining uses of this class in the framework.

This patch is 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.Jul 21 2023, 12:54 AM
Herald added a project: Restricted Project. · View Herald Transcript
mboehme requested review of this revision.Jul 21 2023, 12:54 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 21 2023, 12:54 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
mboehme edited the summary of this revision. (Show Details)Jul 21 2023, 12:54 AM
ymandel accepted this revision.Jul 21 2023, 5:23 AM
This revision is now accepted and ready to land.Jul 21 2023, 5:23 AM
gribozavr2 accepted this revision.Jul 21 2023, 10:25 AM
xazax.hun accepted this revision.Jul 21 2023, 4:31 PM
mboehme updated this revision to Diff 544336.Jul 26 2023, 6:17 AM

Rebase to head

Pre-merge failure looks unrelated. It's in AST/Interp/literals.cpp, and this patch shouldn't affect that in any way.

This revision was landed with ongoing or failed builds.Jul 27 2023, 6:14 AM
This revision was automatically updated to reflect the committed changes.