glslang-zig/glslang/MachineIndependent/preprocessor
John Kessenich 98434bed00 Preprocessor fixes:
- Correctly handle non-directive lines starting with "#"
 - Correctly ignore unrecognized #pragma
 - Partial fix for new lines in the middle of macro invocation



git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@24266 e7fa87d3-cd2b-0410-9028-fcbf551c1848
2013-12-02 15:56:38 +00:00
..
Makefile A few linux improvements/fixes for the previous check in. 2013-07-08 20:51:29 +00:00
Pp.cpp Preprocessor fixes: 2013-12-02 15:56:38 +00:00
PpAtom.cpp Fix a preprocessor memory leak by cleaning up some preprocessor memory management. 2013-11-19 20:52:56 +00:00
PpContext.cpp Fix a preprocessor memory leak by cleaning up some preprocessor memory management. 2013-11-19 20:52:56 +00:00
PpContext.h Fix a preprocessor memory leak by cleaning up some preprocessor memory management. 2013-11-19 20:52:56 +00:00
PpMemory.cpp Fix a preprocessor memory leak by cleaning up some preprocessor memory management. 2013-11-19 20:52:56 +00:00
PpScanner.cpp Fix a preprocessor memory leak by cleaning up some preprocessor memory management. 2013-11-19 20:52:56 +00:00
PpSymbols.cpp For portability, use std::map instead of std::hash_map in recent preprocessor fix. 2013-10-21 19:50:14 +00:00
PpTokens.cpp Fix a preprocessor memory leak by cleaning up some preprocessor memory management. 2013-11-19 20:52:56 +00:00
PpTokens.h Fix several issues in the preprocessor: 2013-11-10 23:07:36 +00:00