]> granicus.if.org Git - clang/commit
LLVM Proto Fuzzer - Run Functions on Suite of Inputs
authorEmmett Neyman <eneyman@google.com>
Sat, 4 Aug 2018 01:18:37 +0000 (01:18 +0000)
committerEmmett Neyman <eneyman@google.com>
Sat, 4 Aug 2018 01:18:37 +0000 (01:18 +0000)
commit03535ea68e2211a2cfee0cd4f25b300cf7487359
tree35d5bf0d56e66ff62d50d027fabda780b5ebe3f0
parent6f89109449c19311ae9f5c04f33f8d40dede708f
LLVM Proto Fuzzer - Run Functions on Suite of Inputs

Summary:
Added corpus of arrays to use as inputs for the functions. Check that the two
functions modify the inputted arrays in the same way.

Reviewers: kcc, morehouse

Reviewed By: morehouse

Subscribers: mgorny, cfe-commits, llvm-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@338943 91177308-0d34-0410-b5e6-96231b3b80d8
tools/clang-fuzzer/handle-llvm/handle_llvm.cpp
tools/clang-fuzzer/handle-llvm/handle_llvm.h
tools/clang-fuzzer/handle-llvm/input_arrays.h [new file with mode: 0644]