[PATCH] D50766: Fix false positive unsequenced access and modification warning in array subscript expression.
Aditya Kumar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 15 10:32:39 PDT 2018
hiraditya added inline comments.
================
Comment at: lib/Sema/SemaChecking.cpp:11678
// Forget that LHS and RHS are sequenced. They are both unsequenced
// with respect to other stuff.
+ Tree.merge(LHSRegion);
----------------
Is this comment still relevant?
Repository:
rC Clang
https://reviews.llvm.org/D50766
More information about the cfe-commits
mailing list