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

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 19 11:59:31 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL347258: [clang][CodeGen] Implicit Conversion Sanitizer: discover the world of… (authored by lebedevri, committed by ).
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D53949?vs=172335&id=174663#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D53949

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





More information about the llvm-commits mailing list