[PATCH] D67983: [ObjC] Diagnose implicit type coercion from ObjC 'Class' to object pointer types.

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 29 07:02:29 PDT 2019


thakis added a comment.

Just doing nothing is fine with me.

I'll note that this change required several changes in our Obj-C++ codebase, and we don't have all that much Obj-C++ code in Chromium. Most of the changes made the code better, but I'd imagine that folks with more Obj-C++ code might need some amount of time to adopt their code. (Our changes: https://chromium-review.googlesource.com/c/chromium/src/+/1878075 https://chromium-review.googlesource.com/c/chromium/src/+/1884671 )


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D67983





More information about the cfe-commits mailing list