[clang-tools-extra] [clang-tidy] In C++17, callee is guaranteed to be sequenced before arguments. (PR #93623)
via cfe-commits
cfe-commits at lists.llvm.org
Wed May 29 06:58:07 PDT 2024
martinboehme wrote:
> @martinboehme hello Martin, I resurrected your change at https://reviews.llvm.org/D145581?id=503330#inline-1406063 and posted here in hope that we can continue your efforts and finally land the change in the main branch. Hope you don't mind that I created this PR without your permissions.
No, not at all. On the contrary -- thanks for picking up this change that I let go stale.
> We are also using clang-tidy in our project. Since we are using the chained expression like `v.foo(x, y).then(std::move(x)).then(std::move(v))` a lot, it's a little bit annoying that clang-tidy warns at seeing this. These false alarms reduce the signal-to-noise ratio of the output of this tool.
>
> On top of your change, I made following changes
>
> [snip]
>
> these changes are collected in a separate commit in this PR, if you are good with them, I will fold it into the first commit, and then mark this PR ready-for-review.
Yes, those changes look good to me.
Thanks!
https://github.com/llvm/llvm-project/pull/93623
More information about the cfe-commits
mailing list