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 466ea30 + 88ed4aa commit 261903dCopy full SHA for 261903d
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