diff options
Diffstat (limited to 'lldb/include/lldb/Interpreter/Args.h')
| -rw-r--r-- | lldb/include/lldb/Interpreter/Args.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lldb/include/lldb/Interpreter/Args.h b/lldb/include/lldb/Interpreter/Args.h index 847bbebd8cf..aa41bc46c7a 100644 --- a/lldb/include/lldb/Interpreter/Args.h +++ b/lldb/include/lldb/Interpreter/Args.h @@ -322,12 +322,12 @@ public: bool IsPositionalArgument(const char *arg); // The following works almost identically to ParseOptions, except that no - // option is required to have arguments, - // and it builds up the option_arg_vector as it parses the options. + // option is required to have arguments, and it builds up the + // option_arg_vector as it parses the options. - void ParseAliasOptions(Options &options, CommandReturnObject &result, - OptionArgVector *option_arg_vector, - std::string &raw_input_line); + std::string ParseAliasOptions(Options &options, CommandReturnObject &result, + OptionArgVector *option_arg_vector, + llvm::StringRef raw_input_line); void ParseArgsForCompletion(Options &options, OptionElementVector &option_element_vector, |

