[cfe-commits] r60130 - in /cfe/trunk: Driver/clang.cpp lib/Sema/SemaOverload.cpp test/SemaObjCXX/overload.mm

Doug Gregor doug.gregor at gmail.com
Wed Nov 26 23:11:49 PST 2008


On Wed, Nov 26, 2008 at 6:29 PM, fjahanian <fjahanian at apple.com> wrote:
> This was file against gcc a while back. Can you is this is still an issue
> and need be addressed in clang?
>
> - Fariborz
>
> <rdar://problem/4368177> Allow id to participate in objective-c++ overload
> resolution

Yes, this is still an issue, and your comment from '06 is right on: we
need to draw up a specification of the implicit conversion sequences
involved and how those implicit conversion sequences are ranked, then
implement that in Clang. If we sketch out the behavior we want, I can
turn it into a specification and implement that in Clang.

  - Doug



More information about the cfe-commits mailing list