[PATCH] D145581: [clang-tidy] In C++17, callee is guaranteed to be sequenced before arguments.
Yitzhak Mandelbaum via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 4 06:04:49 PDT 2023
ymandel added a comment.
In D145581#4223656 <https://reviews.llvm.org/D145581#4223656>, @mboehme wrote:
> In D145581#4223185 <https://reviews.llvm.org/D145581#4223185>, @PiotrZSL wrote:
>
>> And actually there is issue for this: https://github.com/llvm/llvm-project/issues/57758
>
> Thanks for making me aware of this!
You can auto-link it by mentioning the issue in the commit message of the patch. If it fixes it, for example, add "Fixes #57758" and github will pick up on it automatically.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145581/new/
https://reviews.llvm.org/D145581
More information about the cfe-commits
mailing list