llvm-project
fc7482e3 - [lldb-dap] Return a std::optional<bool> from GetBoolean (NFC) (#129818)

Commit
209 days ago
[lldb-dap] Return a std::optional<bool> from GetBoolean (NFC) (#129818) Return a std::optional<bool> from GetBoolean so you can distinguish between the value not being present and it being explicitly set to true or false. All existing uses are replaced by calling `value_or(fail_value`). Motivated by #129753
Author
Parents
Loading