summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorShivam Gupta <shivam98.tkg@gmail.com>2024-06-10 13:53:55 +0530
committerGitHub <noreply@github.com>2024-06-10 13:53:55 +0530
commit30bfab3694075cfec9409821be0cfe79ae5d0770 (patch)
treed6c2fd5ebfef67654d3afbbadff23a469c8fd210 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parent0af2e75f8c688cc6fb7123c969c8edfa98a003fa (diff)
[lldb] Remove redundant condition in watch mask check (NFC) (#94842)
This issue is reported by cppcheck as a pointless test in the watch mask check. The `else if` condition is opposite to the previous `if` condition, making the expression always true. Caught by cppcheck - lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm.cpp:509:25: style: Expression is always true because 'else if' condition is opposite to previous condition at line 505. [multiCondition] Fix #91223
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions