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.
2 parents db5365b + d4ce63f commit d1ce698Copy full SHA for d1ce698
lldb/source/Plugins/LanguageRuntime/Swift/SwiftLanguageRuntimeNames.cpp
@@ -730,6 +730,7 @@ std::string SwiftLanguageRuntime::DemangleSymbolAsString(
730
case eSimplified:
731
options = swift::Demangle::DemangleOptions::SimplifiedUIDemangleOptions();
732
options.ShowAsyncResumePartial = false;
733
+ options.ShowClosureSignature = false;
734
break;
735
case eTypeName:
736
options.DisplayModuleNames = true;
@@ -747,6 +748,7 @@ std::string SwiftLanguageRuntime::DemangleSymbolAsString(
747
748
options.DisplayLocalNameContexts = false;
749
options.DisplayDebuggerGeneratedModule = false;
750
options.ShowFunctionArgumentTypes = true;
751
752
753
}
754
0 commit comments