mizvekov marked an inline comment as done. mizvekov added inline comments.
================ Comment at: clang/lib/AST/QualTypeNames.cpp:455 + if (const auto *UT = QT->getAs<UsingType>()) { + return getFullyQualifiedType(UT->getUnderlyingType(), Ctx, + WithGlobalNsPrefix); ---------------- rtrieu wrote: > Moving this down here means when the ElaboratedType is stripped off, its > Qualifers aren't preserved in the underlying type. rGfb7fa27f92ca has a fix > to reattach the discarded Qualifiers. Thanks! Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D112374/new/ https://reviews.llvm.org/D112374 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits