Array of Array prep: Turn a batch of 0's into nullptr or UnsizedArraySize.
authorJohn Kessenich <cepheus@frii.com>
Sun, 9 Aug 2015 20:27:34 +0000 (14:27 -0600)
committerJohn Kessenich <cepheus@frii.com>
Mon, 10 Aug 2015 00:15:25 +0000 (18:15 -0600)
commitb35483587ff062d83030353585d90819722dff42
treebb6cfea5d5f4599268dae9f3d8edba32fa537b95
parent6726cccc91abd91dbcba9af035852b107e6309d9
Array of Array prep: Turn a batch of 0's into nullptr or UnsizedArraySize.

Added some const as well. This will remove camouflage of the next commit,
which will add the bulk of Array of Array semantics and functionality.
(Note the basic grammar and data structure is already in place.)
glslang/Include/ConstantUnion.h
glslang/Include/Types.h
glslang/Include/arrays.h
glslang/Include/revision.h
glslang/MachineIndependent/ParseHelper.cpp
glslang/MachineIndependent/Scan.cpp
glslang/MachineIndependent/limits.cpp