Allow future keywords to be accessed as members in a struct.
This fixes a bug where a token that could be a keyword in one version is not a keyword in another version, but treated like a non-member after a "." dereference.
Showing
- Test/330.frag 8 additions, 0 deletionsTest/330.frag
- Test/400.frag 2 additions, 0 deletionsTest/400.frag
- Test/baseResults/330.frag.out 18 additions, 0 deletionsTest/baseResults/330.frag.out
- Test/baseResults/400.frag.out 2 additions, 1 deletionTest/baseResults/400.frag.out
- glslang/Include/revision.h 2 additions, 2 deletionsglslang/Include/revision.h
- glslang/MachineIndependent/Scan.cpp 8 additions, 7 deletionsglslang/MachineIndependent/Scan.cpp
- glslang/MachineIndependent/glslang.y 1 addition, 2 deletionsglslang/MachineIndependent/glslang.y
Loading
Please register or sign in to comment