aaron.ballman marked an inline comment as done.
aaron.ballman 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.
----------------
ahatanak wrote:
> Can we pass false here if we know the array size is not too large and the 
> pre-increment won't cause overflow?
Good idea!


https://reviews.llvm.org/D33563



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to