This is an archive of the discontinued LLVM Phabricator instance.

[clang][dataflow] Change `transfer` API to take a reference.
ClosedPublic

Authored by ymandel on Feb 13 2023, 8:29 AM.

Details

Summary

The provided CFGElement is never null, so a reference is a more precise type.

Diff Detail

Event Timeline

ymandel created this revision.Feb 13 2023, 8:29 AM
Herald added a project: Restricted Project. · View Herald Transcript
ymandel requested review of this revision.Feb 13 2023, 8:29 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 13 2023, 8:29 AM
xazax.hun accepted this revision.Feb 13 2023, 8:31 AM
This revision is now accepted and ready to land.Feb 13 2023, 8:31 AM
gribozavr2 accepted this revision.Feb 14 2023, 6:46 AM
This revision was landed with ongoing or failed builds.Feb 15 2023, 7:38 AM
This revision was automatically updated to reflect the committed changes.