diff options
author | Vladimir Glavnyy <31897320+vglavnyy@users.noreply.github.com> | 2020-11-24 01:17:44 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-23 10:17:44 -0800 |
commit | c27bc2d76f42613ff4f9d86ca050a30fae83e85e (patch) | |
tree | 5025db173e335f0c1baedabef4f2015935f22c84 /.gitignore | |
parent | bc518a51272983bab47dbecf8f5670ad4a388c2e (diff) | |
download | flatbuffers-c27bc2d76f42613ff4f9d86ca050a30fae83e85e.tar.gz flatbuffers-c27bc2d76f42613ff4f9d86ca050a30fae83e85e.tar.bz2 flatbuffers-c27bc2d76f42613ff4f9d86ca050a30fae83e85e.zip |
[C++] Add ParseJson(), Parser(Parser&&), update fuzzers (#6284)
- add a new method ParseJson to minimize failures during fuzzing
- add default (conditional) move-constructor for Parser
- add a new monster_fuzzer
- switch fuzzers to C++17 and `test/cpp17` generated code
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -123,6 +123,7 @@ dart/doc/api/ Cargo.lock .corpus** .seed** +.crash** grpc/google/ **/Package.resolved .clangd/** |