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

Roman Lebedev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 2 03:41:52 PDT 2018


lebedev.ri updated this revision to Diff 172335.
lebedev.ri added a comment.

And finish the test coverage.

(sidenote: will these follow-ups again be stuck for two months? let's see!)


Repository:
  rC Clang

https://reviews.llvm.org/D53949

Files:
  lib/CodeGen/CGExprScalar.cpp
  test/CodeGen/catch-implicit-integer-sign-changes-CompoundAssignOperator.c
  test/CodeGen/catch-implicit-integer-truncations-CompoundAssignOperator.c
  test/CodeGen/catch-implicit-signed-integer-truncation-or-sign-change-CompoundAssignOperator.c





More information about the cfe-commits mailing list