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 466ea30 commit 88ed4aaCopy full SHA for 88ed4aa
lldb/source/Plugins/LanguageRuntime/Swift/SwiftLanguageRuntime.cpp
@@ -2168,7 +2168,7 @@ class CommandObjectSwift_Demangle : public CommandObjectParsed {
2168
}
2169
2170
llvm::ArrayRef<OptionDefinition> GetDefinitions() override {
2171
- return llvm::makeArrayRef(g_swift_demangle_options);
+ return llvm::ArrayRef(g_swift_demangle_options);
2172
2173
2174
// Options table: Required for subclasses of Options.
0 commit comments