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.
This commit is contained in:
John Kessenich 2016-08-04 22:46:19 -06:00
parent cfc5fbb967
commit 9f9bad09b4
4 changed files with 43 additions and 4 deletions

View file

@ -2,5 +2,5 @@
// For the version, it uses the latest git tag followed by the number of commits.
// For the date, it uses the current date (when then script is run).
#define GLSLANG_REVISION "SPIRV99.1377"
#define GLSLANG_DATE "02-Aug-2016"
#define GLSLANG_REVISION "SPIRV99.1383"
#define GLSLANG_DATE "04-Aug-2016"