Skip to content

Commit 88ed4aa

Browse files
committed
Remove makeArrayRef functions and references
Use the corresponding template deduction guides instead, as in upstream. (cherry picked from commit 0a2d0d7)
1 parent 466ea30 commit 88ed4aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/LanguageRuntime/Swift/SwiftLanguageRuntime.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2168,7 +2168,7 @@ class CommandObjectSwift_Demangle : public CommandObjectParsed {
21682168
}
21692169

21702170
llvm::ArrayRef<OptionDefinition> GetDefinitions() override {
2171-
return llvm::makeArrayRef(g_swift_demangle_options);
2171+
return llvm::ArrayRef(g_swift_demangle_options);
21722172
}
21732173

21742174
// Options table: Required for subclasses of Options.

0 commit comments

Comments
 (0)