Add amend ability for anonymous blocks, so they can grow between function bodies.
authorJohn Kessenich <cepheus@frii.com>
Fri, 30 Sep 2016 05:58:30 +0000 (23:58 -0600)
committerJohn Kessenich <cepheus@frii.com>
Fri, 30 Sep 2016 05:59:26 +0000 (23:59 -0600)
commitdf98cc26d583fb443bf82f8eb25f3da2e7c50022
tree46c4c1245b32c8b75ea89151aac1e3fee050f8bc
parent16738a36321cb236be6489e64bdb54af3d360b53
Add amend ability for anonymous blocks, so they can grow between function bodies.
Test/baseResults/hlsl.amend.frag.out [new file with mode: 0755]
Test/hlsl.amend.frag [new file with mode: 0755]
glslang/Include/revision.h
glslang/MachineIndependent/ParseContextBase.cpp
glslang/MachineIndependent/ParseHelper.h
glslang/MachineIndependent/SymbolTable.h
gtests/Hlsl.FromFile.cpp