This is an archive of the discontinued LLVM Phabricator instance.

[clang][dataflow][NFC] Remove last use of deprecated ctor
ClosedPublic

Authored by li.zhe.hua on Jul 27 2022, 11:18 AM.

Details

Summary

Use a delegating constructor to remove the last use of the deprecated
ctor of TypeErasedDataflowAnalysis, and then delete it.

Diff Detail

Event Timeline

li.zhe.hua created this revision.Jul 27 2022, 11:18 AM
Herald added a project: Restricted Project. · View Herald Transcript
li.zhe.hua requested review of this revision.Jul 27 2022, 11:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 27 2022, 11:18 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript

Explicitly name TransferOptions

This revision was not accepted when it landed; it landed in state Needs Review.Jul 27 2022, 11:23 AM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.