From a49c2019f14e5ea5de35d6db88da1b081312ea4a Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Wed, 16 Nov 2016 21:34:22 +0000 Subject: Update GenerateAdditionalHelpAvenues to take StringRef. llvm-svn: 287155 --- lldb/source/Commands/CommandObjectHelp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lldb/source/Commands/CommandObjectHelp.h') diff --git a/lldb/source/Commands/CommandObjectHelp.h b/lldb/source/Commands/CommandObjectHelp.h index 5e3cf7431f9..721917a1685 100644 --- a/lldb/source/Commands/CommandObjectHelp.h +++ b/lldb/source/Commands/CommandObjectHelp.h @@ -35,8 +35,8 @@ public: StringList &matches) override; static void GenerateAdditionalHelpAvenuesMessage( - Stream *s, const char *command, const char *prefix = nullptr, - const char *subcommand = nullptr, bool include_apropos = true, + Stream *s, llvm::StringRef command, llvm::StringRef prefix, + llvm::StringRef subcommand, bool include_apropos = true, bool include_type_lookup = true); class CommandOptions : public Options { -- cgit v1.2.3