[libFuzzer] move the mutators to public interface so that custom mutators may reuse...
authorKostya Serebryany <kcc@google.com>
Thu, 6 Aug 2015 19:19:55 +0000 (19:19 +0000)
committerKostya Serebryany <kcc@google.com>
Thu, 6 Aug 2015 19:19:55 +0000 (19:19 +0000)
commit397ed3e704b42b19af6e1b12b09df29970cac4e7
tree67018ddae146b5f1193c0c34a75eb5ab6cdef94a
parent3dd7bf5e76229bdcd1d0271bef80e12d8cee0067
[libFuzzer] move the mutators to public interface so that custom mutators may reuse these functions directly

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244250 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Fuzzer/FuzzerInterface.cpp
lib/Fuzzer/FuzzerInterface.h
lib/Fuzzer/FuzzerInternal.h
lib/Fuzzer/test/UserSuppliedFuzzerTest.cpp