[PATCH] D36790: [ObjC] Messages to 'self' in class methods should use class method dispatch to avoid multiple method ambiguities

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 16 08:22:47 PDT 2017


rjmccall requested changes to this revision.
rjmccall added a comment.
This revision now requires changes to proceed.

Class methods can be inherited; this entire approach is bogus.


Repository:
  rL LLVM

https://reviews.llvm.org/D36790





More information about the cfe-commits mailing list