diff options
Diffstat (limited to 'lldb/include/lldb/Interpreter/CommandObjectRegexCommand.h')
| -rw-r--r-- | lldb/include/lldb/Interpreter/CommandObjectRegexCommand.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lldb/include/lldb/Interpreter/CommandObjectRegexCommand.h b/lldb/include/lldb/Interpreter/CommandObjectRegexCommand.h index 746d7dd66ac..44dc4f2bfd5 100644 --- a/lldb/include/lldb/Interpreter/CommandObjectRegexCommand.h +++ b/lldb/include/lldb/Interpreter/CommandObjectRegexCommand.h @@ -27,9 +27,8 @@ namespace lldb_private { class CommandObjectRegexCommand : public CommandObjectRaw { public: - // TODO: Convert this class to use StringRefs. - CommandObjectRegexCommand(CommandInterpreter &interpreter, const char *name, - const char *help, const char *syntax, + CommandObjectRegexCommand(CommandInterpreter &interpreter, llvm::StringRef name, + llvm::StringRef help, llvm::StringRef syntax, uint32_t max_matches, uint32_t completion_type_mask, bool is_removable); |

