[PATCH] D66696: [ObjC generics] Fix not inheriting type bounds in categories/extensions.

Erik Pilkington via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 9 14:24:49 PDT 2019


erik.pilkington added a comment.

I'm a bit curious about clients that use `getCanonicalType()` to get a full desugaring, instead of doing a single step. It seems like they'd still get the out of date type parameter type. Has that ever worked?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66696/new/

https://reviews.llvm.org/D66696





More information about the cfe-commits mailing list