EricWF added inline comments.

================
Comment at: include/string:2559
 // replace
+// __sz += __n2 - __n1; in the two functions below can cause unsigned integer 
overflow,
+// but this is a safe operation, so we disable the check.
----------------
Please put this comment inside one of the function bodies, right above the 
offending line.

I think putting it here will result in it maybe becoming unmaintained. 


https://reviews.llvm.org/D30764



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

Reply via email to