rsmith added inline comments.
================ Comment at: lib/Sema/SemaDeclCXX.cpp:9690 + CanQualType CanonicalDesiredBase = DesiredBase->getCanonicalTypeUnqualified() + .getUnqualifiedType(); for (auto &Base : Derived->bases()) { ---------------- How are we getting a qualified type here? Is this actually a bug in `getCanonicalTypeUnqualified`? Repository: rC Clang https://reviews.llvm.org/D47419 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits