diff options
author | Raphael Isemann <teemperor@gmail.com> | 2020-02-10 12:45:19 +0100 |
---|---|---|
committer | Raphael Isemann <teemperor@gmail.com> | 2020-02-10 13:03:06 +0100 |
commit | 2a3ef377ec00e7c7d3f4c47614ab6baee727cd82 (patch) | |
tree | 827020cc4ecbe45244642d5fc522edf83b47e37a /llvm/lib/Object/ELFObjectFile.cpp | |
parent | d0c4d4fe0929098a98d9fb20c5e5e19d71341517 (diff) | |
download | llvm-2a3ef377ec00e7c7d3f4c47614ab6baee727cd82.zip llvm-2a3ef377ec00e7c7d3f4c47614ab6baee727cd82.tar.gz llvm-2a3ef377ec00e7c7d3f4c47614ab6baee727cd82.tar.bz2 |
[lldb][NFC] Don't hide a bool in LibCxxOptional's OptionalFrontend::m_size
m_size can only be 1 or 0 and indicates if the optional has a value. Calling
it 'm_size', giving it a size_t data type and then also comparing indices against
'size' is very confusing. Let's just make this a bool.
Diffstat (limited to 'llvm/lib/Object/ELFObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions