glslang-zig/glslang/MachineIndependent/preprocessor
John Kessenich 73d4fb5bc5 PP: Fix issue #408: # as last character in macro.
This would look ahead for a second #, for token pasting, and if not
found, backup one token.  This is fine, unless at the end of line,
which would backup the #, rather than the look ahead.
2016-07-30 12:41:35 -06:00
..
Pp.cpp Implement the extension GL_ARB_gpu_shader_int64 2016-04-30 13:34:34 +08:00
PpAtom.cpp Compile fixes for gcc -Wall 2015-08-05 21:04:23 +02:00
PpContext.cpp Merge branch 'master' into hlsl-frontend 2016-04-03 20:36:48 -06:00
PpContext.h Fix issue #391: input stack underflow on too few macro arguments. 2016-07-19 14:32:52 -06:00
PpMemory.cpp glslang: Fix a few more warnings, and see it using nullptr causes anyone problems (testing c++11 portability). 2015-05-18 01:59:45 +00:00
PpScanner.cpp Implement the extension GL_ARB_gpu_shader_int64 2016-04-30 13:34:34 +08:00
PpSymbols.cpp Compile fixes for gcc -Wall 2015-08-05 21:04:23 +02:00
PpTokens.cpp PP: Fix issue #408: # as last character in macro. 2016-07-30 12:41:35 -06:00
PpTokens.h Implement the extension GL_ARB_gpu_shader_int64 2016-04-30 13:34:34 +08:00