[PATCH] D53869: [NFC][compiler-rt] Cleanup Implicit Conversion Sanitizer tests to use sized types

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 30 15:03:38 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rCRT345661: [NFC][compiler-rt] Cleanup Implicit Conversion Sanitizer tests to use sized… (authored by lebedevri, committed by ).

Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D53869

Files:
  test/fuzzer/ImplicitIntegerSignChangeTest.cpp
  test/fuzzer/ImplicitSignedIntegerTruncationTest.cpp
  test/fuzzer/ImplicitUnsignedIntegerTruncationTest.cpp
  test/fuzzer/fuzzer-implicit-integer-sign-change.test
  test/fuzzer/fuzzer-implicit-signed-integer-truncation.test
  test/fuzzer/fuzzer-implicit-unsigned-integer-truncation.test
  test/ubsan/TestCases/ImplicitConversion/integer-arithmetic-value-change.c
  test/ubsan/TestCases/ImplicitConversion/integer-conversion.c
  test/ubsan/TestCases/ImplicitConversion/integer-sign-change-blacklist.c
  test/ubsan/TestCases/ImplicitConversion/integer-truncation.c
  test/ubsan/TestCases/ImplicitConversion/signed-integer-truncation-blacklist.c
  test/ubsan/TestCases/ImplicitConversion/signed-integer-truncation-or-sign-change-blacklist.c
  test/ubsan/TestCases/ImplicitConversion/signed-integer-truncation.c
  test/ubsan/TestCases/ImplicitConversion/unsigned-integer-truncation-blacklist.c
  test/ubsan/TestCases/ImplicitConversion/unsigned-integer-truncation.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53869.171815.patch
Type: text/x-patch
Size: 122457 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181030/e2aa0f63/attachment-0001.bin>


More information about the llvm-commits mailing list