glslang-zig/glslang/MachineIndependent/preprocessor
John Kessenich 69aa9c1b84 Fixes to scanning:
- do version checking for the line-continuation character
 - check for built-in names in #undef
 - bug fix for #elif after #else
 - do version checking for use of floating point suffixes (f, LF, etc.)


git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@24011 e7fa87d3-cd2b-0410-9028-fcbf551c1848
2013-11-12 03:31:24 +00:00
..
Makefile A few linux improvements/fixes for the previous check in. 2013-07-08 20:51:29 +00:00
Pp.cpp Fixes to scanning: 2013-11-12 03:31:24 +00:00
PpAtom.cpp Fix several issues in the preprocessor: 2013-11-10 23:07:36 +00:00
PpContext.cpp Fixes to scanning: 2013-11-12 03:31:24 +00:00
PpContext.h Fixes to scanning: 2013-11-12 03:31:24 +00:00
PpMemory.cpp Put all glslang internals (but not the external interface) into the glslang namespace. 2013-08-29 00:39:25 +00:00
PpScanner.cpp Fixes to scanning: 2013-11-12 03:31:24 +00:00
PpSymbols.cpp For portability, use std::map instead of std::hash_map in recent preprocessor fix. 2013-10-21 19:50:14 +00:00
PpTokens.cpp Fix several issues in the preprocessor: 2013-11-10 23:07:36 +00:00
PpTokens.h Fix several issues in the preprocessor: 2013-11-10 23:07:36 +00:00