[clang-tools-extra] [clang-tidy] In C++17, callee is guaranteed to be sequenced before arguments. (PR #93623)
Julian Schmidt via cfe-commits
cfe-commits at lists.llvm.org
Sat Jun 8 11:25:44 PDT 2024
================
@@ -35,6 +37,11 @@ struct UseAfterMove {
// Is the order in which the move and the use are evaluated undefined?
bool EvaluationOrderUndefined;
----------------
5chmidti wrote:
While you're at it, please initialize `EvaluationOrderUndefined` to `false` as well.
https://github.com/llvm/llvm-project/pull/93623
More information about the cfe-commits
mailing list