Add missing check that a function call is not using the same name as a variable hidin...
authorJohn Kessenich <cepheus@frii.com>
Wed, 11 Dec 2013 22:38:19 +0000 (22:38 +0000)
committerJohn Kessenich <cepheus@frii.com>
Wed, 11 Dec 2013 22:38:19 +0000 (22:38 +0000)
commit3a4687d7824a4f65f583195c9f7fcac71150a8cd
tree7a7bc1c3769bb7ac8cbdaa9aba89458266260827
parent623833fabc275cb45b89429d3d985a39970a575e
Add missing check that a function call is not using the same name as a variable hiding the function's name.  Also, support version 110 separate name spaces for functions and variable names.

git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@24480 e7fa87d3-cd2b-0410-9028-fcbf551c1848
17 files changed:
Install/Windows/glslangValidator.exe
Test/100scope.vert
Test/110scope.vert [new file with mode: 0644]
Test/300scope.vert
Test/430scope.vert
Test/baseResults/100scope.vert.out
Test/baseResults/110scope.vert.out [new file with mode: 0644]
Test/baseResults/120.vert.out
Test/baseResults/300scope.vert.out
Test/baseResults/430scope.vert.out
Test/testlist
glslang/Include/revision.h
glslang/MachineIndependent/ParseHelper.cpp
glslang/MachineIndependent/ShaderLang.cpp
glslang/MachineIndependent/SymbolTable.cpp
glslang/MachineIndependent/SymbolTable.h
glslang/MachineIndependent/linkValidate.cpp