[Lldb-commits] [lldb] [lldb] Fix incorrect logical operator in 'if' condition check (NFC) (PR #94779)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 25 05:20:08 PDT 2024
DavidSpickett wrote:
The code looks ok but as landed it turned `A && B && C` into `A || B || C`, despite that looking logical.
@medismailben can you figure out the intent here, I'm assuming this was your code originally.
https://github.com/llvm/llvm-project/pull/94779
More information about the lldb-commits
mailing list