This is an archive of the discontinued LLVM Phabricator instance.

Add a temporary alias for TransitiveFilter.
ClosedPublic

Authored by jreiffers on Jun 9 2023, 2:43 AM.

Details

Summary

This type was removed in D151520, but downstream dependencies use it. By
introducing a temporary allias, we can give these dependencies a chance to
update their uses of the type and give them a chance to migrate without
breakages.

Diff Detail

Event Timeline

jreiffers created this revision.Jun 9 2023, 2:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 9 2023, 2:43 AM
jreiffers requested review of this revision.Jun 9 2023, 2:43 AM
csigg accepted this revision.Jun 9 2023, 2:44 AM
This revision is now accepted and ready to land.Jun 9 2023, 2:44 AM
This revision was landed with ongoing or failed builds.Jun 9 2023, 2:45 AM
This revision was automatically updated to reflect the committed changes.