regehr added a comment.

I do not agree that ++ is performed on the original type. The C99 standard 
(6.5.3.1.2) appears to be very clear on this point: "The expression ++E is 
equivalent to (E+=1)."


Repository:
  rC Clang

https://reviews.llvm.org/D53949



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

Reply via email to