[PATCH] D50766: Fix false positive unsequenced access and modification warning in array subscript expression.
Richard Smith - zygoloid via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 10 15:41:20 PDT 2018
rsmith accepted this revision.
rsmith added a comment.
Thanks, LGTM!
Are you interested in fixing the other cases for which p0145 tightened evaluation order (`.`, `->`, `.*`, `->*`, `<<`, `>>`, callee in a function call, assignment and compound assignment) too? =)
https://reviews.llvm.org/D50766
More information about the cfe-commits
mailing list