llvm-project/compiler-rt/test/ubsan/TestCases
Max Moroz 038771a25a [UBSan] Followup for silence_unsigned_overflow flag to handle negate overflows.
Summary:
That flag has been introduced in https://reviews.llvm.org/D48660 for
suppressing UIO error messages in an efficient way. The main motivation is to
be able to use UIO checks in builds used for fuzzing as it might provide an
interesting signal to a fuzzing engine such as libFuzzer.

See https://github.com/google/oss-fuzz/issues/910 for more information.

Reviewers: morehouse, kcc

Reviewed By: morehouse

Subscribers: kubamracek, delcypher, #sanitizers, llvm-commits

Differential Revision: https://reviews.llvm.org/D49324

llvm-svn: 337068
2018-07-13 22:49:06 +00:00
..
Float [Sanitizers, test] Fix sanitizer tests on Solaris (PR 33274) 2018-01-17 12:26:04 +00:00
Integer [UBSan] Followup for silence_unsigned_overflow flag to handle negate overflows. 2018-07-13 22:49:06 +00:00
Misc [compiler-rt] Get rid of "%T" expansions 2018-07-10 12:53:46 +00:00
Pointer [ubsan] Teach the pointer overflow check that "p - <unsigned> <= p" (compiler-rt) 2017-07-13 20:55:41 +00:00
TypeCheck [UBsan] Enable subset of unit tests for OpenBSD 2018-06-30 21:35:05 +00:00