[idl_parser] Mark typefield as deprecated (#5958)
authorLiu Liu <i@liuliu.me>
Tue, 16 Jun 2020 06:18:12 +0000 (23:18 -0700)
committerGitHub <noreply@github.com>
Tue, 16 Jun 2020 06:18:12 +0000 (23:18 -0700)
commitcc44a4442716601600aa50fb8a42abd55294212c
treeaa9e55da67f92bda3104d0d7026b3bf06f569b05
parent9ab4a5c0e29e3b574c3b0f4f0fcc80ff1e698194
[idl_parser] Mark typefield as deprecated (#5958)

* Mark typefield as deprecated

* Add UnionDeprecation Test.

* Update to use evolution schema instead.

* Use --scoped-enums to compile.
src/idl_parser.cpp
tests/evolution_test/evolution_v1.fbs
tests/evolution_test/evolution_v1.json
tests/evolution_test/evolution_v1_generated.h
tests/evolution_test/evolution_v2.fbs
tests/evolution_test/evolution_v2.json
tests/evolution_test/evolution_v2_generated.h
tests/test.cpp