This is an archive of the discontinued LLVM Phabricator instance.

[clang][dataflow] When dumping `ExprToVal`, dump the `Value`, not just its location.
ClosedPublic

Authored by mboehme on Aug 31 2023, 5:41 AM.

Details

Summary

This makes ExprToVal dumping consistent with LocToVal dumping.

Diff Detail

Event Timeline

mboehme created this revision.Aug 31 2023, 5:41 AM
Herald added a project: Restricted Project. · View Herald Transcript
mboehme requested review of this revision.Aug 31 2023, 5:41 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 31 2023, 5:41 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
ymandel accepted this revision.Aug 31 2023, 7:16 AM
This revision is now accepted and ready to land.Aug 31 2023, 7:16 AM
xazax.hun accepted this revision.Aug 31 2023, 9:25 AM