This is an archive of the discontinued LLVM Phabricator instance.

[clang][dataflow][NFC] Remove `SkipPast` parameter from `getStorageLocation(const ValueDecl &).
ClosedPublic

Authored by mboehme on Apr 25 2023, 6:02 AM.

Details

Summary

This parameter was already a no-op, so removing it doesn't change behavior.

Depends On D149144

Diff Detail

Event Timeline

mboehme created this revision.Apr 25 2023, 6:02 AM
Herald added a project: Restricted Project. · View Herald Transcript
mboehme requested review of this revision.Apr 25 2023, 6:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 25 2023, 6:02 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
gribozavr2 accepted this revision.Apr 25 2023, 6:43 AM
This revision is now accepted and ready to land.Apr 25 2023, 6:43 AM
ymandel accepted this revision.Apr 25 2023, 7:40 AM

Thank you!

xazax.hun accepted this revision.Apr 25 2023, 9:25 AM