[clang-tools-extra] [clang-tidy][NFC] Remove hack in readability-implicit-bool-conversion testcases (PR #188399)
Zeyi Xu via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 24 20:54:03 PDT 2026
================
@@ -1,13 +1,10 @@
-// RUN: %check_clang_tidy %s readability-implicit-bool-conversion %t
-// RUN: %check_clang_tidy -check-suffix=UPPER-CASE %s readability-implicit-bool-conversion %t -- \
+// RUN: %check_clang_tidy %s readability-implicit-bool-conversion %t -- --system-headers
----------------
zeyi2 wrote:
> Is it maybe because the attached note that shows where the NULL macro is defined points into a system header?
I believe so, hopefully it won't be too hard to fix.
https://github.com/llvm/llvm-project/pull/188399
More information about the cfe-commits
mailing list