OSDN Git Service

[libFuzzer] reimplement the way we do -only_ascii to allow more 'const' in function...
authorKostya Serebryany <kcc@google.com>
Thu, 26 May 2016 20:03:02 +0000 (20:03 +0000)
committerKostya Serebryany <kcc@google.com>
Thu, 26 May 2016 20:03:02 +0000 (20:03 +0000)
commit34fca4b9ec7705a0e789be0e35dd0661622d6f59
tree4a7d989f3541082865af2a84fe31ff64948f57a1
parent67faeedf4795d6532dbbfc9e8b978962617573cb
[libFuzzer] reimplement the way we do -only_ascii to allow more 'const' in function declarations. Add a test for -only_ascii. NFC intended

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@270900 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Fuzzer/FuzzerInternal.h
lib/Fuzzer/FuzzerLoop.cpp
lib/Fuzzer/FuzzerTraceState.cpp
lib/Fuzzer/FuzzerUtil.cpp
lib/Fuzzer/test/fuzzer.test