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

Douglas Gregor dgregor at apple.com
Mon Dec 22 13:12:48 PST 2008


On Dec 19, 2008, at 3:23 PM, Chris Lattner wrote:

>
> On Dec 18, 2008, at 3:43 PM, Douglas Gregor wrote:
>
>> Author: dgregor
>> Date: Thu Dec 18 17:43:31 2008
>> New Revision: 61229
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=61229&view=rev
>> Log:
>> Add some more implicit conversions for Objective-C++
>
> hi Doug,
>
> Should these be using ASTContext::isObjCObjectPointerType?

Yes, some of them should. Fixed now. Thanks!

	- Doug



More information about the cfe-commits mailing list