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 9e38c54 + 239d4e2 commit 0c8cea6Copy full SHA for 0c8cea6
lib/PrintAsClang/ClangSyntaxPrinter.cpp
@@ -443,6 +443,6 @@ void ClangSyntaxPrinter::printSwiftMangledNameForDebugger(
443
if (!mangled_name.empty()) {
444
os << " typedef char " << mangled_name << ";\n";
445
os << " static inline constexpr " << mangled_name
446
- << " __swift_mangled_name = 0;\n";
+ << " $__swift_mangled_name = 0;\n";
447
}
448
0 commit comments