[PATCH] D49621: [libFuzzer] Initial implementation of weighted mutation leveraging during runtime.

Kodé Williams via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 23 17:18:21 PDT 2018


kodewilliams updated this revision to Diff 156933.
kodewilliams marked 21 inline comments as done.
kodewilliams added a comment.

I used git version of clang-format with -p flag for the non-trivial changes, but I believe there is also a VS Code plugin that includes clang-format, so you should try it @metzman


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D49621

Files:
  lib/fuzzer/FuzzerDriver.cpp
  lib/fuzzer/FuzzerFlags.def
  lib/fuzzer/FuzzerLoop.cpp
  lib/fuzzer/FuzzerMutate.cpp
  lib/fuzzer/FuzzerMutate.h
  lib/fuzzer/FuzzerOptions.h
  test/fuzzer/fuzzer-weightedmutations.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49621.156933.patch
Type: text/x-patch
Size: 6491 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180724/0587e277/attachment.bin>


More information about the llvm-commits mailing list