[clang-tools-extra] [clang-tidy] Fix typoed option name in `bugprone-signed-char-misuse` (PR #161064)

Baranov Victor via cfe-commits cfe-commits at lists.llvm.org
Sun Sep 28 05:38:16 PDT 2025


================
@@ -58,8 +58,11 @@ Potentially Breaking Changes
   :doc:`bugprone-easily-swappable-parameters
   <clang-tidy/checks/bugprone/easily-swappable-parameters>` from
   ``NamePrefixSuffixSilenceDissimilarityTreshold`` to
-  ``NamePrefixSuffixSilenceDissimilarityThreshold``,
-  correcting a spelling mistake.
+  ``NamePrefixSuffixSilenceDissimilarityThreshold`` and of check
----------------
vbvictor wrote:

I'd make two separate entries for renaming.
One big text harder to read and understand than N smaller ones.

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


More information about the cfe-commits mailing list