[PATCH] D152195: [Clang] Fix access of friend function in local class
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 6 07:16:01 PDT 2023
erichkeane added a comment.
In D152195#4399445 <https://reviews.llvm.org/D152195#4399445>, @eandrews wrote:
> In D152195#4399251 <https://reviews.llvm.org/D152195#4399251>, @erichkeane wrote:
>
>> I think the patch looks fine, but this needs a release note.
>
> Just so I know - Does every bug fix need a release note now?
Just about every commit we expect to have a release note unless it is fixing a regression introduced since the last release, or is NFC. So yes, every bug fix should have one. If possible, add a link to the github issue (if it doesn't exist, obviously you don't have to).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152195/new/
https://reviews.llvm.org/D152195
More information about the cfe-commits
mailing list