[PATCH] D131780: [clang-tidy] Do not trigger cppcoreguidelines-avoid-const-or-ref-data-members on lambda captures
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Aug 13 07:40:54 PDT 2022
Eugene.Zelenko added a comment.
In D131780#3720896 <https://reviews.llvm.org/D131780#3720896>, @carlosgalvezp wrote:
> In D131780#3719881 <https://reviews.llvm.org/D131780#3719881>, @Eugene.Zelenko wrote:
>
>> Please mention changes in Release Notes.
>
> Thanks for the quick review, @Eugene.Zelenko !
>
> This check was newly added a couple of days ago (as per the "New checks" section in the Release Notes). I thought the "Changes to exiting checks" section was only meant for checks already existing prior to the new release, to avoid adding excessive clutter to the documentation. New checks typically take a few iterations to polish when testing on larger projects.
>
> What do you think?
Sorry, I didn't know history. Sure, it doesn't make sense for checks added in `main`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131780/new/
https://reviews.llvm.org/D131780
More information about the cfe-commits
mailing list