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 9e38c54 commit 239d4e2Copy full SHA for 239d4e2
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