[libFuzzer] add a position hint to the dictionary-based mutator
authorKostya Serebryany <kcc@google.com>
Thu, 7 Jan 2016 01:49:35 +0000 (01:49 +0000)
committerKostya Serebryany <kcc@google.com>
Thu, 7 Jan 2016 01:49:35 +0000 (01:49 +0000)
commitab240104f0315bc109a6973395b69d4c377bf422
tree247f97d074f040af9395f0fb65c8e545e2a1838a
parent55c7a22c04d86ed5f1f201295ee6ef0695958536
[libFuzzer] add a position hint to the dictionary-based mutator

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257013 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Fuzzer/FuzzerDriver.cpp
lib/Fuzzer/FuzzerInterface.h
lib/Fuzzer/FuzzerMutate.cpp
lib/Fuzzer/test/FuzzerUnittest.cpp
lib/Fuzzer/test/fuzzer-dict.test [new file with mode: 0644]
lib/Fuzzer/test/fuzzer.test