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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
