OSDN Git Service

[libFuzzer] add a test for libFuzzer+ubsan, extend the docs on using libFuzzer+ubsan
authorKostya Serebryany <kcc@google.com>
Mon, 9 May 2016 21:02:36 +0000 (21:02 +0000)
committerKostya Serebryany <kcc@google.com>
Mon, 9 May 2016 21:02:36 +0000 (21:02 +0000)
commitc48930b3380afed90c2114dd91d11e37fee656f1
tree87c8b529a5df4f1a9a5b6fb3afbfba8326c2d23d
parent05b09ea28d65711f4e2eae9f6f9a07bed2ae68e8
[libFuzzer] add a test for libFuzzer+ubsan, extend the docs on using libFuzzer+ubsan

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268968 91177308-0d34-0410-b5e6-96231b3b80d8
docs/LibFuzzer.rst
lib/Fuzzer/test/CMakeLists.txt
lib/Fuzzer/test/SignedIntOverflowTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/fuzzer-ubsan.test [new file with mode: 0644]
lib/Fuzzer/test/ubsan/CMakeLists.txt [new file with mode: 0644]