glslang-zig/glslang/MachineIndependent/preprocessor
John Kessenich 4d6570a1b3 Fix several issues in the preprocessor:
- macro expansion of hexidecimal numbers 
 - give errors instead of warnings/silence on extra tokens after #endif, #else, etc.
 - give errors on reserved macro name use, reuse of argument, and redefinition with different whitespace presence
 - detect and give error for all cases of #elif and #else after #else



git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@23982 e7fa87d3-cd2b-0410-9028-fcbf551c1848
2013-11-10 23:07:36 +00:00
..
Makefile A few linux improvements/fixes for the previous check in. 2013-07-08 20:51:29 +00:00
Pp.cpp Fix several issues in the preprocessor: 2013-11-10 23:07:36 +00:00
PpAtom.cpp Fix several issues in the preprocessor: 2013-11-10 23:07:36 +00:00
PpContext.cpp Fix several issues in the preprocessor: 2013-11-10 23:07:36 +00:00
PpContext.h Fix several issues in the preprocessor: 2013-11-10 23:07:36 +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 Fix several issues in the preprocessor: 2013-11-10 23:07:36 +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