[cfe-commits] r161828 - in /cfe/trunk: lib/Sema/SemaDeclCXX.cpp lib/Sema/SemaExprCXX.cpp test/SemaCXX/type-traits.cpp

Eli Friedman eli.friedman at gmail.com
Mon Aug 13 23:10:53 PDT 2012


On Mon, Aug 13, 2012 at 9:29 PM, Michel Morin <mimomorin at gmail.com> wrote:
> Eli Friedman wrote:
>> Author: efriedma
>> Date: Mon Aug 13 21:06:07 2012
>> New Revision: 161828
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=161828&view=rev
>> Log:
>> Make __is_convertible_to handle abstract types correctly.  PR13591.
>
> Thanks for fixing the bug, Eli!
> But, hmm, there is still a bug:
> `__is_convertible_to(Abstract, Abstract)` returns true (should return false).

Err, what?  My testcase is testing precisely that that construct
returns false.  Can you give a complete testcase?

-Eli



More information about the cfe-commits mailing list