================ @@ -91,6 +91,12 @@ Improvements to clang-tidy New checks ^^^^^^^^^^ +- New :doc:`bugprone-unintended-char-ostream-output + <clang-tidy/checks/bugprone/unintended-char-ostream-output>` check. + + Finds unintended character output from ``unsigned char`` and ``signed char`` to an + ostream. ---------------- EugeneZelenko wrote:
```suggestion ``ostream``. ``` https://github.com/llvm/llvm-project/pull/127720 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits