OSDN Git Service

[libFuzzer] actually make the dictionaries work (+docs)
authorKostya Serebryany <kcc@google.com>
Fri, 4 Sep 2015 00:12:11 +0000 (00:12 +0000)
committerKostya Serebryany <kcc@google.com>
Fri, 4 Sep 2015 00:12:11 +0000 (00:12 +0000)
commit6cc3ed7cdddcd09a5905039054fbd306e414202d
tree16abd143234e7e09e8d7e64b93783f2d9c49f71f
parentf606a6ed992d5e4e2877419b51e2a9b540b5e3f0
[libFuzzer] actually make the dictionaries work (+docs)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246825 91177308-0d34-0410-b5e6-96231b3b80d8
docs/LibFuzzer.rst
lib/Fuzzer/FuzzerDriver.cpp
lib/Fuzzer/FuzzerInterface.h
lib/Fuzzer/FuzzerLoop.cpp
lib/Fuzzer/FuzzerMutate.cpp
lib/Fuzzer/test/CMakeLists.txt
lib/Fuzzer/test/FuzzerUnittest.cpp
lib/Fuzzer/test/SimpleDictionaryTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/dict1.txt [new file with mode: 0644]
lib/Fuzzer/test/fuzzer.test