All values now represent symbolic names instead of mixed with numeric.
authorAndrew Woloszyn <awoloszyn@google.com>
Tue, 22 Sep 2015 19:50:33 +0000 (15:50 -0400)
committerDavid Neto <dneto@google.com>
Mon, 26 Oct 2015 16:55:33 +0000 (12:55 -0400)
commit13804e5d63acab8b0cd29a81e0a94a96ec0c8f85
treede387412d218208475604b8c3cde9e4d1c10b006
parenta66952d38c99add8cbe82ced879fbdb293f9f994
All values now represent symbolic names instead of mixed with numeric.

Also removed un-necessary heap-allocation of spv_named_id_table.
This removed the necessity to expose a function to create/destroy it
and simplified the interface.
12 files changed:
source/text.cpp
source/text.h
syntax.md
test/BinaryToText.cpp
test/ExtInstGLSLstd450.cpp
test/ImmediateInt.cpp
test/NamedId.cpp
test/TestFixture.h
test/TextDestroy.cpp
test/TextToBinary.Image.cpp
test/TextToBinary.Memory.cpp
test/TextToBinary.cpp