summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/SimpleFnAdapterTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [libfuzzer] removing experimental FuzzerFnAdapterMike Aizatsky2016-12-171-24/+0
| | | | | | | | | | | | Summary: This is superceded by protobuf mutation work. Reviewers: kcc Subscribers: mgorny Differential Revision: https://reviews.llvm.org/D27865 llvm-svn: 290018
* [libfuzzer] adding license headers to cpp filesMike Aizatsky2016-04-011-0/+3
| | | | | | Differential Revision: http://reviews.llvm.org/D18705 llvm-svn: 265174
* [libfuzzer] arbitrary function adapter.Mike Aizatsky2016-03-031-0/+21
The adapter automates converting sequence of bytes into arbitrary arguments. Differential Revision: http://reviews.llvm.org/D17829 llvm-svn: 262673
OpenPOWER on IntegriCloud