================ @@ -345,6 +345,13 @@ Changes in existing checks now uses separate note diagnostics for each uninitialized enumerator, making it easier to see which specific enumerators need explicit initialization. +- Improved :doc:`readability-implicit-bool-conversion + <clang-tidy/checks/readability/implicit-bool-conversion>` check: fixed a + false positive where ``AllowPointerConditions`` and ``AllowIntegerConditions`` ---------------- EugeneZelenko wrote:
```suggestion false positive where `AllowPointerConditions` and `AllowIntegerConditions` ``` https://github.com/llvm/llvm-project/pull/186234 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
