Commit 0424444c authored by Congcong Cai's avatar Congcong Cai
Browse files

[clang-tidy]avoid readability-implicit-bool-conversion false-positives when...

[clang-tidy]avoid readability-implicit-bool-conversion false-positives when comparison bool bitfield

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 when add matcher
parent 4b99af34
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment