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

Michel Morin mimomorin at gmail.com
Mon Aug 13 21:29:24 PDT 2012


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).


Regards,
Michel



More information about the cfe-commits mailing list