[libFuzzer] refactor the mutation functions so that they are now methods of a class...
authorKostya Serebryany <kcc@google.com>
Thu, 3 Sep 2015 21:24:19 +0000 (21:24 +0000)
committerKostya Serebryany <kcc@google.com>
Thu, 3 Sep 2015 21:24:19 +0000 (21:24 +0000)
commitbf6bd487d5bd3f8066fa6e5076d7de3988b4be76
treede929e51aa75835b513e7b2ecbd73f4596bc603f
parentecebcfc3a1e9e115f04c2610779d6020f8e1d03b
[libFuzzer] refactor the mutation functions so that they are now methods of a class. NFC

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246808 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Fuzzer/FuzzerCrossOver.cpp
lib/Fuzzer/FuzzerInterface.cpp
lib/Fuzzer/FuzzerInterface.h
lib/Fuzzer/FuzzerMutate.cpp
lib/Fuzzer/test/FuzzerUnittest.cpp