This is an archive of the discontinued LLVM Phabricator instance.

[clang][dataflow] Associate `FunctionToPointerDecay` nodes with a value.
ClosedPublic

Authored by mboehme on Apr 11 2023, 4:05 AM.

Details

Summary

To ensure that we have a pointee for the PointerValue, we also create
storage locations for FunctionDecls referenced in the function under analysis.

Diff Detail

Event Timeline

mboehme created this revision.Apr 11 2023, 4:05 AM
Herald added a project: Restricted Project. · View Herald Transcript
mboehme requested review of this revision.Apr 11 2023, 4:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 11 2023, 4:05 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
mboehme edited reviewers, added: gribozavr2; removed: gribozavr.Apr 11 2023, 4:19 AM
gribozavr2 accepted this revision.Apr 11 2023, 6:22 AM
This revision is now accepted and ready to land.Apr 11 2023, 6:22 AM
mboehme updated this revision to Diff 514520.Apr 17 2023, 9:47 PM

Rebased to head