This is an archive of the discontinued LLVM Phabricator instance.

[ObjC generics] Fix missing protocols on type parameter for unparameterized generics.
Needs ReviewPublic

Authored by vsapsai on Mar 16 2020, 7:53 PM.

Details

Summary

When a type parameter is used with some protocols, we should keep these
protocols both when the generic type is parameterized and not
parameterized.

rdar://problem/58773533

Diff Detail

Event Timeline

vsapsai created this revision.Mar 16 2020, 7:53 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 16 2020, 7:53 PM