This is an archive of the discontinued LLVM Phabricator instance.

[clang][dataflow] Rename member to make it clear that it isn't stable
ClosedPublic

Authored by sgatev on Aug 2 2022, 2:13 PM.

Details

Summary

Rename DataflowAnalysisContext::getStableStorageLocation(QualType) to createStorageLocation, to make it clear that it doesn't return a stable storage location.

Diff Detail

Event Timeline

sgatev created this revision.Aug 2 2022, 2:13 PM
Herald added a project: Restricted Project. · View Herald Transcript
sgatev requested review of this revision.Aug 2 2022, 2:13 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 2 2022, 2:13 PM
sgatev edited the summary of this revision. (Show Details)Aug 2 2022, 2:14 PM
sgatev updated this revision to Diff 449436.Aug 2 2022, 2:14 PM

Update commit message

sgatev edited the summary of this revision. (Show Details)Aug 2 2022, 2:15 PM
xazax.hun accepted this revision.Aug 2 2022, 2:16 PM
This revision is now accepted and ready to land.Aug 2 2022, 2:16 PM
gribozavr2 accepted this revision.Aug 2 2022, 3:01 PM
ymandel accepted this revision.Aug 2 2022, 5:57 PM

Thanks!

This revision was landed with ongoing or failed builds.Aug 2 2022, 11:25 PM
This revision was automatically updated to reflect the committed changes.