[clang-tools-extra] [clang-tidy] readability-redundant-smartptr-get: disable for smart pointers to arrays (PR #141092)
Baranov Victor via cfe-commits
cfe-commits at lists.llvm.org
Tue May 27 03:26:58 PDT 2025
vbvictor wrote:
@kadircet, I think we generally shouldn't merge code that doesn't pass `clang-format` build (if non-compliant changes are so small). In the future I plan to make whole _clang-tidy_ directory `clang-format`-complaint so that people can have "format on save: file" in their editors when developing _clang-tidy_.
Also, an entry in ReleaseNotes.rst about this change is missing. (Did not see it at first look, sorry)
I'd highly appreciate a new PR with entry in release notes and fixed formatting.
https://github.com/llvm/llvm-project/pull/141092
More information about the cfe-commits
mailing list