[libFuzzer] honour -only_ascii=1 when reading the initial corpus. Also, remove ugly...
[oota-llvm.git] / lib / Fuzzer / FuzzerInternal.h
index d9dc528368958467bc2d8d1850ca419cfb50a6b0..c44f0ea34d5be7f2ac368d0df5b89317213fbf3c 100644 (file)
@@ -53,6 +53,7 @@ void ComputeSHA1(const uint8_t *Data, size_t Len, uint8_t *Out);
 // Changes U to contain only ASCII (isprint+isspace) characters.
 // Returns true iff U has been changed.
 bool ToASCII(Unit &U);
+bool IsASCII(const Unit &U);
 
 int NumberOfCpuCores();