Optional-ness in reflection (#6097)
authorCasper <casperneo@uchicago.edu>
Fri, 11 Sep 2020 21:20:32 +0000 (14:20 -0700)
committerGitHub <noreply@github.com>
Fri, 11 Sep 2020 21:20:32 +0000 (14:20 -0700)
commitc75ae242931821a5e50c1221d425a2629adb871b
treebcf2b67aeee5547c208cf31efa274d39f0ac2630
parent338944d3d925b4ed36f4c214c689feea071f97de
Optional-ness in reflection (#6097)

* Optional scalars in reflection

* fixed name collision

* Remove code duplicated by merge

Co-authored-by: Casper Neo <cneo@google.com>
include/flatbuffers/reflection_generated.h
reflection/reflection.fbs
samples/monster.bfbs
src/idl_gen_swift.cpp
src/idl_parser.cpp
tests/FlatBuffers.Test.Swift/SwiftTest.sh [changed mode: 0644->0755]
tests/TestAll.sh [changed mode: 0644->0755]
tests/arrays_test.bfbs
tests/monster_test.bfbs
tests/monster_test_bfbs_generated.h
tests/test.cpp