Track whether function declarations are prototypes, and only allow at most one protot...
authorJohn Kessenich <cepheus@frii.com>
Wed, 4 Dec 2013 19:43:05 +0000 (19:43 +0000)
committerJohn Kessenich <cepheus@frii.com>
Wed, 4 Dec 2013 19:43:05 +0000 (19:43 +0000)
commitb88c60b03fe1259d9b7963e268a68ebc5ab9c9f9
tree1bba67e69838ef58eadd69be582525110e67e105
parente1f0f5b31f8d387522ce754d406ab11020f8461a
Track whether function declarations are prototypes, and only allow at most one prototype for ES 100.

git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@24342 e7fa87d3-cd2b-0410-9028-fcbf551c1848
13 files changed:
Test/100.frag
Test/300.vert
Test/baseResults/100.frag.out
Test/baseResults/100scope.vert.out
Test/baseResults/300.vert.out
Test/baseResults/300scope.vert.out
Test/baseResults/430scope.vert.out
glslang/Include/revision.h
glslang/MachineIndependent/ParseHelper.cpp
glslang/MachineIndependent/ParseHelper.h
glslang/MachineIndependent/SymbolTable.cpp
glslang/MachineIndependent/SymbolTable.h
glslang/MachineIndependent/glslang.y