Add anonymous members as a new symbol table type, so the infrastructure can handle...
authorJohn Kessenich <cepheus@frii.com>
Wed, 10 Apr 2013 20:15:16 +0000 (20:15 +0000)
committerJohn Kessenich <cepheus@frii.com>
Wed, 10 Apr 2013 20:15:16 +0000 (20:15 +0000)
commitba042100975bd7b56f4091091ec9ee36256e7701
tree02da53055e41bb14fa4360ab72438c68f2fd1ebd
parented3197921eaddffe5e6f8b6ba7417fc0129101d4
Add anonymous members as a new symbol table type, so the infrastructure can handle blocks with no names.

Also, add more safety to the types involved regarding copy constructors, operator=, etc.

git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@21106 e7fa87d3-cd2b-0410-9028-fcbf551c1848
Test/300layout.vert
Test/specExamples.vert
glslang/Include/Types.h
glslang/MachineIndependent/Constant.cpp
glslang/MachineIndependent/ParseHelper.cpp
glslang/MachineIndependent/QualifierAlive.cpp
glslang/MachineIndependent/SymbolTable.cpp
glslang/MachineIndependent/SymbolTable.h
glslang/MachineIndependent/glslang.y
glslang/MachineIndependent/localintermediate.h
glslang/MachineIndependent/parseConst.cpp