[clang-tools-extra] Added options to readability-implicit-bool-conversion (PR #120087)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 18 10:50:08 PST 2024
================
@@ -357,20 +360,22 @@ void ImplicitBoolConversionCheck::registerMatchers(MatchFinder *Finder) {
void ImplicitBoolConversionCheck::check(
const MatchFinder::MatchResult &Result) {
-
+ if(CheckConversionsToBool){
----------------
4m4n-x-B4w4ne wrote:
Can You please check this? I have done this now as instructed.
https://github.com/llvm/llvm-project/pull/120087
More information about the cfe-commits
mailing list