[PATCH] D53949: [clang][CodeGen] Implicit Conversion Sanitizer: discover the world of CompoundAssign operators

John Regehr via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 31 14:14:44 PDT 2018


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





More information about the cfe-commits mailing list