glslang-zig/glslang/MachineIndependent/preprocessor
John Kessenich c043aadd25 Scanner: Many int64 fixes, including performance.
- partially addresses #1209 and #1187
- only query 64-bit extension on seeing use of a 64-bit literal
  (was doing it for every single token)
- correct HLSL acceptance of 64-bit literal syntax (still an int though)
- error on overflow of 32-bit literal type
2018-01-08 11:52:23 -07:00
..
Pp.cpp Fix #1079: don't give error when macro() name used without open (. 2017-11-02 06:48:32 -06:00
PpAtom.cpp [lumped builds] Only define _CRT_SECURE_NO_WARNINGS if it’s not defined yet. 2017-05-10 16:52:50 +03:00
PpContext.cpp Non-functional: White space after "//", mostly for copyrights. 2017-01-06 12:34:14 -07:00
PpContext.h PP: Fix #1104: Missing check for #if overflow. 2017-10-16 15:29:07 -06:00
PpScanner.cpp Scanner: Many int64 fixes, including performance. 2018-01-08 11:52:23 -07:00
PpTokens.cpp Implement extension GL_AMD_gpu_shader_int16 2017-06-09 17:11:23 +08:00
PpTokens.h Implement extension GL_AMD_gpu_shader_int16 2017-06-09 17:11:23 +08:00