Add more allowances for relaxed error checking mode: Warn instead of error on use...
authorJohn Kessenich <cepheus@frii.com>
Wed, 18 Jun 2014 23:02:00 +0000 (23:02 +0000)
committerJohn Kessenich <cepheus@frii.com>
Wed, 18 Jun 2014 23:02:00 +0000 (23:02 +0000)
commit7e991e7be19a5e2924bccb423c89b615e47a7e9d
tree189e245dbc597b451d66731e7abb0b5827f88159
parentfd30542a0fe84aae441f9677d97693aacea59c90
Add more allowances for relaxed error checking mode: Warn instead of error on use of a disabled extension, allow 'f' suffix on floating point literals, and allow #version after tokens.

git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@27113 e7fa87d3-cd2b-0410-9028-fcbf551c1848
glslang/MachineIndependent/Scan.cpp
glslang/MachineIndependent/Scan.h
glslang/MachineIndependent/ShaderLang.cpp
glslang/MachineIndependent/Versions.cpp
glslang/MachineIndependent/preprocessor/PpScanner.cpp