[clang-tools-extra] [clang-tidy] Don't report unnamed params for misc-const-correctness (PR #184388)
Baranov Victor via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 4 07:54:54 PST 2026
=?utf-8?q?Donát?= Nagy <donat.nagy at ericsson.com>,
=?utf-8?q?Donát?= Nagy <donat.nagy at ericsson.com>,
=?utf-8?q?Donát?= Nagy <donat.nagy at ericsson.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/184388 at github.com>
vbvictor wrote:
> > Also, we want a release note unless we want to backport it to 22nd release. Since it's not a clear bug, I think we can't backport so we should have release notes for 23rd release.
>
> If I understand correctly, the whole `AnalyzeParameters` logic is freshly added by [commit d45fafa41d37a](https://github.com/llvm/llvm-project/pull/171215). The changelog for the 23rd release already mentions "Added support for analyzing function parameters with the `AnalyzeParameters` option.", I don't think that we need to elaborate this with a note about this rare corner case.
Oh thanks for clarifying. I forgot that initial PR landed just a couple of days after release 22.X branched. Now I recall that I wanted to give big time frame for users to try this out.
https://github.com/llvm/llvm-project/pull/184388
More information about the cfe-commits
mailing list