This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by mboehme on May 8 2023, 12:09 PM.

Details

Summary

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

Diff Detail

Event Timeline

mboehme created this revision.May 8 2023, 12:09 PM
Herald added a project: Restricted Project. · View Herald Transcript
mboehme requested review of this revision.May 8 2023, 12:09 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 8 2023, 12:09 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
ymandel accepted this revision.May 8 2023, 1:05 PM

Thanks! It's really exciting to see this concept being erased from the API!

This revision is now accepted and ready to land.May 8 2023, 1:05 PM