1) Allow '\' before a non-newline as a token in the preprocessor, and 2) localize...
authorJohn Kessenich <cepheus@frii.com>
Mon, 16 Dec 2013 23:58:15 +0000 (23:58 +0000)
committerJohn Kessenich <cepheus@frii.com>
Mon, 16 Dec 2013 23:58:15 +0000 (23:58 +0000)
commitbd958191234553a55d9fa52b52ae1f30e99724bd
treed1ea4d288fe0b343b3cc722462f6b053a8239473
parent27151efa71445b2e13d177837c5ab978bd21ffc8
1) Allow '\' before a non-newline as a token in the preprocessor, and 2) localize line-continuation to just the pp scanner.

git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@24530 e7fa87d3-cd2b-0410-9028-fcbf551c1848
Install/Windows/glslangValidator.exe
Test/baseResults/lineContinuation.vert.out
Test/baseResults/lineContinuation100.vert.out
Test/lineContinuation.vert
Test/lineContinuation100.vert
glslang/Include/revision.h
glslang/MachineIndependent/ParseHelper.cpp
glslang/MachineIndependent/Scan.cpp
glslang/MachineIndependent/preprocessor/Pp.cpp
glslang/MachineIndependent/preprocessor/PpScanner.cpp