This is an archive of the discontinued LLVM Phabricator instance.

[clang][dataflow] Remove `Strict` suffix from accessors.
ClosedPublic

Authored by mboehme on Jul 31 2023, 4:55 AM.

Details

Summary

For the time being, we're keeping the Strict versions around as deprecated synonyms so that clients can be migrated, but these synonyms will be removed soon.

Depends On D156673

Diff Detail

Event Timeline

mboehme created this revision.Jul 31 2023, 4:55 AM
Herald added a project: Restricted Project. · View Herald Transcript
mboehme requested review of this revision.Jul 31 2023, 4:55 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 31 2023, 4:55 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
mboehme edited the summary of this revision. (Show Details)
ymandel accepted this revision.Jul 31 2023, 5:27 AM
This revision is now accepted and ready to land.Jul 31 2023, 5:27 AM
mboehme updated this revision to Diff 545615.Jul 31 2023, 5:40 AM

Rebased to head

xazax.hun accepted this revision.Jul 31 2023, 7:49 AM
This revision was automatically updated to reflect the committed changes.