================ @@ -280,6 +280,11 @@ Changes in existing checks now uses separate note diagnostics for each uninitialized enumerator, making it easier to see which specific enumerators need explicit initialization. +- Improved :doc:`readability-identifier-naming + <clang-tidy/checks/readability/identifier-naming>` check by adding the + `TrimPrefixes` and `TrimSuffixes` options, to trim all known other prefixes + and suffixes when fixing an identifier ---------------- vbvictor wrote:
```suggestion and suffixes when fixing an identifier. ``` https://github.com/llvm/llvm-project/pull/181502 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
