diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2025-03-05 01:17:42 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-04 23:17:42 -0800 |
commit | fc7482e369cc5aae0e2c4d7082ab8bc060a0bc3c (patch) | |
tree | b4124705822e1c57fcaab76dfa7a5fd463f3f835 /clang/lib/AST/ByteCode/Pointer.cpp | |
parent | 065529270734deff1456b839a0155abc98e94b7f (diff) | |
download | llvm-fc7482e369cc5aae0e2c4d7082ab8bc060a0bc3c.zip llvm-fc7482e369cc5aae0e2c4d7082ab8bc060a0bc3c.tar.gz llvm-fc7482e369cc5aae0e2c4d7082ab8bc060a0bc3c.tar.bz2 |
[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
Diffstat (limited to 'clang/lib/AST/ByteCode/Pointer.cpp')
0 files changed, 0 insertions, 0 deletions