[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 23:36:28 PDT 2012
Eli Friedman wrote:
>> 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?
It seems that my previous "make update" didn't work correctly.
It only updated llvm and didn't update clang...
I just applied "svn up" manually for clang,
and confirmed that `__is_convertible_to` is fixed.
Sorry for the noise.
Regards,
Michel
More information about the cfe-commits
mailing list