diff options
Diffstat (limited to 'lldb/source/Commands/CommandObjectBreakpoint.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectBreakpoint.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectBreakpoint.cpp b/lldb/source/Commands/CommandObjectBreakpoint.cpp index 8665a44..2680c11 100644 --- a/lldb/source/Commands/CommandObjectBreakpoint.cpp +++ b/lldb/source/Commands/CommandObjectBreakpoint.cpp @@ -2205,7 +2205,7 @@ public: break; case 'N': - llvm::Optional<FileSpec> file_spec; + std::optional<FileSpec> file_spec; const llvm::StringRef dash_f("-f"); for (int arg_idx = 0; arg_idx < opt_arg_pos; arg_idx++) { if (dash_f == request.GetParsedLine().GetArgumentAtIndex(arg_idx)) { |