ahatanak added inline comments.
================ Comment at: lib/Sema/SemaDeclCXX.cpp:11119 + VK_LValue, OK_Ordinary, Loc, true); // Construct the loop that copies all elements of this array. ---------------- Can we pass false here if we know the array size is not too large and the pre-increment won't cause overflow? https://reviews.llvm.org/D33563 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits