Added a `bit_flags` attribute to enum declarations that 1<<N every value.
authorWouter van Oortmerssen <wvo@google.com>
Thu, 17 Jul 2014 22:12:37 +0000 (15:12 -0700)
committerWouter van Oortmerssen <wvo@google.com>
Mon, 21 Jul 2014 23:40:39 +0000 (16:40 -0700)
commit127d35085a22cb33034f608ee21d65a655d1582c
tree67bc082696afdc7e3a9c7743c115165a0b5f2fa1
parentbd86bf60ecd1108947cf3c9b60d630b00b4eab5b
Added a `bit_flags` attribute to enum declarations that 1<<N every value.

Change-Id: Ib9ec0cb3ddec60b1ca124eaf815fb1ae0cc53e1c
Tested: on Windows and Linux
Bug: 16186562
docs/html/md__schemas.html
docs/source/Schemas.md
src/idl_gen_text.cpp
src/idl_parser.cpp
tests/MyGame/Example/Color.go
tests/MyGame/Example/Color.java
tests/MyGame/Example/Monster.go
tests/MyGame/Example/Monster.java
tests/monster_test.fbs
tests/monster_test_generated.h
tests/test.cpp