[clang-tools-extra] [clang-tidy] In C++17, callee is guaranteed to be sequenced before arguments. (PR #93623)
Kefu Chai via cfe-commits
cfe-commits at lists.llvm.org
Sat Jun 8 15:42:19 PDT 2024
================
@@ -35,6 +37,11 @@ struct UseAfterMove {
// Is the order in which the move and the use are evaluated undefined?
bool EvaluationOrderUndefined;
----------------
tchaikov wrote:
sure. but for the reason explained at https://github.com/llvm/llvm-project/pull/93623#discussion_r1631614642. but please note, it's just for the sake of readability / consistency, not for the correctness.
https://github.com/llvm/llvm-project/pull/93623
More information about the cfe-commits
mailing list