Made '\' at end of C++ comments be a warning. It is line continuation for some versi...
authorJohn Kessenich <cepheus@frii.com>
Fri, 6 Dec 2013 21:45:15 +0000 (21:45 +0000)
committerJohn Kessenich <cepheus@frii.com>
Fri, 6 Dec 2013 21:45:15 +0000 (21:45 +0000)
commit64bcb105c93a56ce165075b7ccdb7fcac7292dd4
tree1300db121fa2b361ffdec27f8fab1474b2def0bf
parent828dc87a7c6115035bbe6350b8e8c631d1e21ecd
Made '\' at end of C++ comments be a warning.  It is line continuation for some versions, but not others.

git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@24396 e7fa87d3-cd2b-0410-9028-fcbf551c1848
Test/baseResults/comment.frag.out
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/ParseHelper.h
glslang/MachineIndependent/preprocessor/Pp.cpp
glslang/MachineIndependent/preprocessor/PpScanner.cpp