[PATCH] D50902: [compiler-rt][ubsan] Split Implicit Integer Truncation Sanitizer into unsigned and signed checks

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 27 02:28:19 PDT 2018


lebedev.ri updated this revision to Diff 167256.
lebedev.ri marked 2 inline comments as done.
lebedev.ri added a comment.

- Split off the NFC preparatory changes.
- Rebased.
- Drop legacy handling


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D50902

Files:
  lib/ubsan/ubsan_checks.inc
  lib/ubsan/ubsan_handlers.cc
  lib/ubsan/ubsan_handlers.h
  test/fuzzer/ImplicitIntegerTruncationTest.cpp
  test/fuzzer/ImplicitSignedIntegerTruncationTest.cpp
  test/fuzzer/ImplicitUnsignedIntegerTruncationTest.cpp
  test/fuzzer/fuzzer-implicit-integer-truncation.test
  test/fuzzer/fuzzer-implicit-signed-integer-truncation.test
  test/fuzzer/fuzzer-implicit-unsigned-integer-truncation.test
  test/ubsan/TestCases/ImplicitConversion/integer-truncation-blacklist.c
  test/ubsan/TestCases/ImplicitConversion/integer-truncation-summary.cpp
  test/ubsan/TestCases/ImplicitConversion/signed-integer-truncation-blacklist.c
  test/ubsan/TestCases/ImplicitConversion/signed-integer-truncation-summary.cpp
  test/ubsan/TestCases/ImplicitConversion/signed-integer-truncation.c
  test/ubsan/TestCases/ImplicitConversion/unsigned-integer-truncation-blacklist.c
  test/ubsan/TestCases/ImplicitConversion/unsigned-integer-truncation-summary.cpp
  test/ubsan/TestCases/ImplicitConversion/unsigned-integer-truncation.c
  test/ubsan_minimal/TestCases/implicit-integer-truncation.c
  test/ubsan_minimal/TestCases/implicit-signed-integer-truncation.c
  test/ubsan_minimal/TestCases/implicit-unsigned-integer-truncation.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50902.167256.patch
Type: text/x-patch
Size: 60690 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180927/dc13460a/attachment.bin>


More information about the llvm-commits mailing list