[clang-tools-extra] [clang-tidy] Enable C99 in `implicit-bool-conversion` and avoid FP with `bool` operands in C23 (PR #171070)
via cfe-commits
cfe-commits at lists.llvm.org
Sun Dec 28 17:27:53 PST 2025
================
@@ -0,0 +1,43 @@
+// RUN: %check_clang_tidy -std=c99 %s readability-implicit-bool-conversion %t
----------------
zeyi2 wrote:
> Is there a reason to keep only c99?
I think this was a mistake from me, thanks for pointing that out :)
https://github.com/llvm/llvm-project/pull/171070
More information about the cfe-commits
mailing list