[clang-tools-extra] [clang-tidy] Remove 'clang-analyzer-*' checks from default checks. (PR #157306)
Baranov Victor via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 10 04:36:07 PST 2025
================
@@ -58,6 +58,17 @@ Potentially Breaking Changes
:program:`clang-tidy-20`. Users should use the check-specific options of the
same name instead.
+- Removed `clang-analyzer-*` checks from default checks in :program:`clang-tidy`.
+ From now on, users should specify explicitly that they want CSA checks to run
+ in :program:`clang-tidy` via `clang-analyzer-*`.
+
+- Renamed :program:`clang-tidy`'s option name of check
+ :doc:`bugprone-easily-swappable-parameters
+ <clang-tidy/checks/bugprone/easily-swappable-parameters>` from
+ ``NamePrefixSuffixSilenceDissimilarityTreshold`` to
+ ``NamePrefixSuffixSilenceDissimilarityThreshold``,
+ correcting a spelling mistake.
+
----------------
vbvictor wrote:
```suggestion
```
https://github.com/llvm/llvm-project/pull/157306
More information about the cfe-commits
mailing list