We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88957b7 commit 4fef9b1Copy full SHA for 4fef9b1
lib/Sema/CSDiagnostics.cpp
@@ -4334,6 +4334,9 @@ bool MissingMemberFailure::diagnoseAsError() {
4334
emitDiagnostic(diagnostic, baseType, getName())
4335
.highlight(getSourceRange())
4336
.highlight(nameLoc.getSourceRange());
4337
+ llvm::errs() << "!!!! dumping type:\n";
4338
+ baseType->getAnyNominal()->dump(llvm::errs());
4339
+
4340
const auto &ctx = getSolution().getDC()->getASTContext();
4341
if (!ctx.LangOpts.DisableExperimentalClangImporterDiagnostics) {
4342
ctx.getClangModuleLoader()->diagnoseMemberValue(getName().getFullName(),
0 commit comments