diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2025-03-05 11:06:14 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-05 09:06:14 -0800 |
commit | b53e75711c284d08b7377385c6f2a037842c0d5b (patch) | |
tree | a8778210def1e3f7eb52afe92c812a073d9a89dd /llvm/lib/Transforms/Utils/LoopUtils.cpp | |
parent | 7bd492ffe84b549bc0f3b26e3aab973fa81069a5 (diff) | |
download | llvm-b53e75711c284d08b7377385c6f2a037842c0d5b.zip llvm-b53e75711c284d08b7377385c6f2a037842c0d5b.tar.gz llvm-b53e75711c284d08b7377385c6f2a037842c0d5b.tar.bz2 |
[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
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUtils.cpp')
0 files changed, 0 insertions, 0 deletions