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
Paths
| Differential D76264
[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 rdar://problem/58773533
Diff Detail
Revision Contents
Diff 250677 clang/lib/AST/Type.cpp
clang/test/SemaObjC/parameterized_classes_subst.m
|
clang-format: please reformat the code