glslang-zig/glslang/MachineIndependent/preprocessor
Aaron Muir Hamilton dc756a61c8 Preprocessor: Evaluate INT_MIN / -1 to 0.
This division is undefined behaviour which raises SIGFPE on x86.
  Most C++ preprocessors evaluate this silently to 0.
2017-10-18 19:56:19 +00:00
..
Pp.cpp Preprocessor: Evaluate INT_MIN / -1 to 0. 2017-10-18 19:56:19 +00: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 Implement extension GL_AMD_gpu_shader_int16 2017-06-09 17:11:23 +08: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