glslang-zig/glslang/MachineIndependent/preprocessor
John Kessenich 9f9bad09b4 PP: Add missing atoms that effect -E mode.
When preprocessing only, some tokens were emitted as <bad token>.
This fixes them to preserve their original content.

This supplants PR #182, with a correction and test results.
2016-08-04 22:46:19 -06:00
..
Pp.cpp PP: Non-functional; fix typos and blank spaces. 2016-07-30 13:25:33 -06:00
PpAtom.cpp PP: Add missing atoms that effect -E mode. 2016-08-04 22:46:19 -06: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 PP: Non-functional; fix typos and blank spaces. 2016-07-30 13:25:33 -06: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 PP: Non-functional; fix typos and blank spaces. 2016-07-30 13:25:33 -06:00