diff options
author | Bhuminjay Soni <Soni5Happy@gmail.com> | 2024-03-18 17:49:44 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-18 08:19:44 -0400 |
commit | ab28c1de23f3880d7d2becf936fe560abe68e020 (patch) | |
tree | bdc3969b262736b8d7bab685e1ab79d431a5db7c /clang/lib/Analysis/FlowSensitive/DataflowEnvironment.cpp | |
parent | daebe5c4f27ba140ac8d13abf41e3fe4db72b91a (diff) | |
download | llvm-ab28c1de23f3880d7d2becf936fe560abe68e020.zip llvm-ab28c1de23f3880d7d2becf936fe560abe68e020.tar.gz llvm-ab28c1de23f3880d7d2becf936fe560abe68e020.tar.bz2 |
fix unnecessary warning when using bitand with boolean operators (#81976)
This pull request fixes #77601 where using the `bitand` operator with
boolean operands should not trigger the warning, as it would indicate an
intentional use of bitwise AND rather than a typo or error.
Fixes #77601
Diffstat (limited to 'clang/lib/Analysis/FlowSensitive/DataflowEnvironment.cpp')
0 files changed, 0 insertions, 0 deletions