llvm-project
b53e7571 - [lldb-dap] Replace Get{Signed,Unsigned} with GetInteger<T> (NFC) (#129823)

Commit
288 days ago
[lldb-dap] Replace Get{Signed,Unsigned} with GetInteger<T> (NFC) (#129823) Replace Get{Signed,Unsigned} with GetInteger<T> and return std::optional so you can distinguish between the value not being present and it being explicitly set to the previous fail_value. All existing uses are replaced by calling value_or(fail_value). Continuation of #129818
Author
Parents
Loading