Non-functional, infrastructure: Be more explicit about "implicit array sizes", impro...
authorJohn Kessenich <cepheus@frii.com>
Wed, 2 Apr 2014 02:27:26 +0000 (02:27 +0000)
committerJohn Kessenich <cepheus@frii.com>
Wed, 2 Apr 2014 02:27:26 +0000 (02:27 +0000)
commitf2d042a1fe27e7a4f3877ea5e9bbd572456ea37a
treedfd5409495a1bf0df621aa4f0f3d459d9f203778
parentb4ef9e0d56841ee13a7206a4afc36d7f82286747
Non-functional, infrastructure:  Be more explicit about "implicit array sizes", improving the infrastructure for handling them.  Also fix some output that was too big for its buffer.

There is more upcoming functionality for link-time sizing of implicitly-sized arrays that will use this.

git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@26176 e7fa87d3-cd2b-0410-9028-fcbf551c1848
25 files changed:
Test/baseResults/100.frag.out
Test/baseResults/120.frag.out
Test/baseResults/130.frag.out
Test/baseResults/150.geom.out
Test/baseResults/150.tesc.out
Test/baseResults/150.vert.out
Test/baseResults/300.vert.out
Test/baseResults/400.frag.out
Test/baseResults/410.geom.out
Test/baseResults/420.geom.out
Test/baseResults/420.vert.out
Test/baseResults/420_size_gl_in.geom.out
Test/baseResults/430scope.vert.out
Test/baseResults/array.frag.out
Test/baseResults/array100.frag.out
Test/baseResults/cppSimple.vert.out
Test/baseResults/specExamples.frag.out
Test/baseResults/specExamples.vert.out
Test/baseResults/versionsClean.vert.out
Test/baseResults/versionsErrors.vert.out
glslang/Include/Types.h
glslang/MachineIndependent/ParseHelper.cpp
glslang/MachineIndependent/ParseHelper.h
glslang/MachineIndependent/intermOut.cpp
glslang/MachineIndependent/linkValidate.cpp