Add support for fuzzing cppdap

Add build rules, scripts, basic corpus, and dictionary.
Currently requires recent clang toolchain.
This commit is contained in:
Ben Clayton
2020-05-26 13:30:57 +01:00
parent cc93ba9747
commit 773f0dff68
9 changed files with 458 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ class Writer : virtual public Closable {
// ReaderWriter is an interface that combines the Reader and Writer interfaces.
class ReaderWriter : public Reader, public Writer {
public:
// create() returns a ReaderWriter that delegates the interface methods on to
// the provided Reader and Writer.
// isOpen() returns true if the Reader and Writer both return true for