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 43ee8ae commit f12b0d4Copy full SHA for f12b0d4
lib/IRGen/IRGenDebugInfo.cpp
@@ -798,9 +798,7 @@ class IRGenDebugInfoImpl : public IRGenDebugInfo {
798
std::string Result = Mangler.mangleTypeForDebugger(
799
Ty, nullptr);
800
801
- if (!Opts.DisableRoundTripDebugTypes
802
- // FIXME: implement type reconstruction for opaque types
803
- && !Ty->hasOpaqueArchetype()) {
+ if (!Opts.DisableRoundTripDebugTypes) {
804
// Make sure we can reconstruct mangled types for the debugger.
805
#ifndef NDEBUG
806
auto &Ctx = Ty->getASTContext();
0 commit comments