Skip to content

Commit f0ba97c

Browse files
authored
Merge pull request #2120 from apple/lldb-Update-Swift-mangling-example-in-type-lookup-next
[lldb] Update Swift mangling example in `type lookup`
2 parents 081e19d + 38e0578 commit f0ba97c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/Language/Swift/SwiftLanguage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1171,7 +1171,7 @@ std::unique_ptr<Language::TypeScavenger> SwiftLanguage::GetTypeScavenger() {
11711171
const char *SwiftLanguage::GetLanguageSpecificTypeLookupHelp() {
11721172
return "\nFor Swift, in addition to a simple type name (such as String, Int, "
11731173
"NSObject, ..), one can also provide:\n"
1174-
"- a mangled type name (e.g. _TtSi)\n"
1174+
"- a mangled type name (e.g. $sSiD)\n"
11751175
"- the name of a function, even if multiple overloads of it exist\n"
11761176
"- the name of an operator\n"
11771177
"- the name of a module available in the current target, which will "

0 commit comments

Comments
 (0)