[PATCH] D27230: [libFuzzer] Diff 2 - Separate FuzzerDef.h in appropriate header files.

Marcos Pividori via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 29 18:30:13 PST 2016


mpividori updated the summary for this revision.
mpividori updated this revision to Diff 79686.
mpividori added a comment.

@kcc . Yes, you are right, I had included some changes here that should go in the next diff (Diff 3). I updated this diff to remove that changes. (And I will include that changes in the Diff 3).
In this diff, I only split the declarations in `FuzzerDefs.h` into the files: `FuzzerIO.h`, `FuzzerUtil.h` and `FuzzerSHA1.h`.


Repository:
  rL LLVM

https://reviews.llvm.org/D27230

Files:
  lib/Fuzzer/FuzzerCorpus.h
  lib/Fuzzer/FuzzerDefs.h
  lib/Fuzzer/FuzzerDictionary.h
  lib/Fuzzer/FuzzerDriver.cpp
  lib/Fuzzer/FuzzerExtFunctionsWeak.cpp
  lib/Fuzzer/FuzzerIO.cpp
  lib/Fuzzer/FuzzerIO.h
  lib/Fuzzer/FuzzerInternal.h
  lib/Fuzzer/FuzzerLoop.cpp
  lib/Fuzzer/FuzzerMutate.cpp
  lib/Fuzzer/FuzzerSHA1.cpp
  lib/Fuzzer/FuzzerSHA1.h
  lib/Fuzzer/FuzzerTracePC.cpp
  lib/Fuzzer/FuzzerTraceState.cpp
  lib/Fuzzer/FuzzerUtil.cpp
  lib/Fuzzer/FuzzerUtil.h
  lib/Fuzzer/FuzzerUtilDarwin.cpp
  lib/Fuzzer/FuzzerUtilLinux.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27230.79686.patch
Type: text/x-patch
Size: 15140 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161130/46b76aa1/attachment.bin>


More information about the llvm-commits mailing list