[clang-tools-extra] [clang-tidy] identifier-naming: TrimPrefixSuffix option to avoid concatenating multiple pre(suf)fixes (PR #181502)
via cfe-commits
cfe-commits at lists.llvm.org
Sat Feb 14 22:26:19 PST 2026
================
@@ -240,6 +235,12 @@ Changes in existing checks
<clang-tidy/checks/readability/suspicious-call-argument>` check by avoiding a
crash from invalid ``Abbreviations`` option.
+- Improved :doc:`readability-identifier-naming
+ <clang-tidy/checks/readability/identifier-naming>` check:
----------------
zeyi2 wrote:
```suggestion
<clang-tidy/checks/readability/identifier-naming>` check by adding ...
```
WDYT?
https://github.com/llvm/llvm-project/pull/181502
More information about the cfe-commits
mailing list