[PATCH] D87917: [Sema] Handle objc_super special lookup when checking builtin compatibility

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 18 11:17:19 PDT 2020


rjmccall added a comment.

Oh, I didn't notice that this only did work conditionally based on the builtin ID.  Yes, please make a function like `lookupNecessaryTypesForBuiltin` that takes the builtin ID.  Maybe we can generalize this to solve the problem with that other builtin, too.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87917



More information about the cfe-commits mailing list