diff options
author | Congcong Cai <congcongcai0907@163.com> | 2024-01-15 09:11:16 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-15 09:11:16 +0800 |
commit | 332be179e13df924971f752236f5cf3c6483b588 (patch) | |
tree | 5397d7f351437f2b4d8263ba6c0d3c0d2f996a25 /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 7c773558ca43c03163f1df5deae7537f1f789cb5 (diff) | |
download | llvm-332be179e13df924971f752236f5cf3c6483b588.zip llvm-332be179e13df924971f752236f5cf3c6483b588.tar.gz llvm-332be179e13df924971f752236f5cf3c6483b588.tar.bz2 |
[clang-tidy]fix readability-implicit-bool-conversion false-positives when comparison bool bitfield (#77878)
Fixes: #76817
For ignoring comparison and xor operator, it needs
to use `ImplicitCastFromBool` without ignoring
exception cases.
This patch splits ignoring exception cases logic
from `ImplicitCastFromBool` and only applies
it during matching targeted AST.
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions