[clang-tools-extra] [clang-tidy]add new check bugprone-unintended-char-ostream-output (PR #127720)

via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 18 15:48:37 PST 2025


================
@@ -0,0 +1,30 @@
+.. title:: clang-tidy - bugprone-unintended-char-ostream-output
+
+bugprone-unintended-char-ostream-output
+=======================================
+
+Finds unintended character output from `unsigned char` and `signed char` to an
----------------
EugeneZelenko wrote:

Please synchronize with Release Notes.

https://github.com/llvm/llvm-project/pull/127720


More information about the cfe-commits mailing list