[PATCH] D48959: [compiler-rt][ubsan] Implicit Cast Sanitizer - integer truncation - compiler-rt part

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 9 07:27:14 PDT 2018


lebedev.ri updated this revision to Diff 154587.
lebedev.ri marked 8 inline comments as done.
lebedev.ri retitled this revision from "[private][compiler-rt] Implicit Cast Sanitizer - integer truncation  - compiler-rt part" to "[compiler-rt][ubsan] Implicit Cast Sanitizer - integer truncation  - compiler-rt part".
lebedev.ri edited the summary of this revision.
lebedev.ri added reviewers: Sanitizers, samsonov, vsk, rsmith, pcc, eugenis, kcc.
lebedev.ri added a project: Sanitizers.
lebedev.ri added a subscriber: llvm-commits.
lebedev.ri added a comment.

This is a compiler-rt part.
The clang part is https://reviews.llvm.org/D48958.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D48959

Files:
  lib/ubsan/ubsan_checks.inc
  lib/ubsan/ubsan_diag.h
  lib/ubsan/ubsan_handlers.cc
  lib/ubsan/ubsan_handlers.h
  lib/ubsan/ubsan_interface.inc
  lib/ubsan_minimal/ubsan_minimal_handlers.cc
  test/fuzzer/ImplicitIntegerTruncationTest.cpp
  test/fuzzer/fuzzer-implicit-integer-truncation.test
  test/ubsan/TestCases/ImplicitCast/integer-truncation-summary.cpp
  test/ubsan/TestCases/ImplicitCast/integer-truncation.c
  test/ubsan/TestCases/ImplicitCast/integer-truncation.cpp
  test/ubsan_minimal/TestCases/implicit-integer-truncation.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48959.154587.patch
Type: text/x-patch
Size: 16535 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180709/b1e311c4/attachment.bin>


More information about the llvm-commits mailing list