glslang-zig/glslang
U-NVIDIA.COM\rjennings 9cd7ca26a2 PP: Don't report certain error about '#' when #if'd out
Don't report the following error when scanning inactive code (e.g. code inside #if 0):
"error: '#' : (#) can be preceded in its line only by spaces or horizontal tab"
Adds a variable to PpContext to say whether we're currently skipping over an inactive #if/#ifdef/#elif/#else, and don't report the error inside scanToken if true.

fixes 3704
2024-09-02 13:35:09 -04:00
..
CInterface Clean up iomapper.h to make it suitable as a public API 2024-08-06 13:36:21 -06:00
ExtensionHeaders Revert port of GL_EXT_shader_realtime_clock to GL_EXT_spirv_intrinsics 2021-11-11 23:39:47 -07:00
GenericCodeGen Remove debugOptions from internal classes 2023-10-25 20:13:20 -04:00
HLSL Clean up unused includes. 2024-08-20 09:09:44 -04:00
Include Move definition of GLSLANG_EXPORT to visibility.h 2024-08-22 17:43:41 -04:00
MachineIndependent PP: Don't report certain error about '#' when #if'd out 2024-09-02 13:35:09 -04:00
OSDependent Merge ancillary libraries into main glslang library and stub originals 2024-08-15 17:32:47 -04:00
Public Move definition of GLSLANG_EXPORT to visibility.h 2024-08-22 17:43:41 -04:00
ResourceLimits Remove various warning suppression pragmas 2023-12-01 11:59:54 -05:00
CMakeLists.txt cmake: Fix dependencies of newly-stubbed libraries 2024-08-29 11:27:44 -04:00
stub.cpp Merge ancillary libraries into main glslang library and stub originals 2024-08-15 17:32:47 -04:00
updateGrammar Remove glslang.m4 2023-07-28 15:14:48 -06:00