[PATCH] D20975: [libfuzzer] hiding custom mutator handling in MutationDispatcher.
Kostya Serebryany via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 3 14:29:07 PDT 2016
kcc accepted this revision.
kcc added a comment.
LGTM with a nit
================
Comment at: lib/Fuzzer/FuzzerMutate.cpp:42
@@ +41,3 @@
+ Mutators.push_back({&MutationDispatcher::Mutate_Custom, "Custom"});
+ } else
+ Mutators = DefaultMutators;
----------------
remove these {} too
http://reviews.llvm.org/D20975
More information about the llvm-commits
mailing list