Fix variable scoping of do-while
[platform/upstream/glslang.git] / glslang / MachineIndependent / ScanContext.h
2019-01-11 John KessenichMerge pull request #1652 from gnl21/cmake-fix
2019-01-08 John KessenichMerge pull request #1645 from KhronosGroup/dupe-accelstruct
2019-01-08 John KessenichMerge pull request #1644 from jeffbolznv/buffer_reference
2019-01-07 Jeff BolzGL_EXT_buffer_reference
2018-08-31 John KessenichMerge pull request #1465 from otakuto/remove-execute...
2018-08-06 otakutoRemove execute permissions
2018-06-12 John KessenichGLSL: Fix #1358: Support "struct name", where name...
2017-05-10 John KessenichMerge pull request #880 from aras-p/master
2017-05-10 Aras Pranckevicius[lumped builds] Add include guards (#pragma once) to...
2017-01-13 John KessenichMerge pull request #656 from TiemoJung/overload_fix
2017-01-06 John KessenichNon-functional: White space after "//", mostly for...
2016-06-06 Dejan MircevskiMerge branch 'master' of github.com:KhronosGroup/glslan...
2016-05-25 John KessenichMerge pull request #230 from dekimir/incresconst
2016-04-04 John KessenichMerge pull request #220 from Qining/fix-built-in-spec...
2016-04-04 John KessenichMerge branch 'master' into hlsl-frontend
2016-03-13 John KessenichRefactor TParseContext into 3 level inheritance.
2015-05-15 John Kessenichglslang: Fix over 100 warnings from MSVC warning level 4.
2015-05-08 John Kessenichglslang tear down: Include deleting the keyword map...
2014-08-12 John KessenichTurn on ESSL 3.1 for most features:
2013-08-29 John KessenichPut all glslang internals (but not the external interfa...
2013-07-08 John KessenichReframe the preprocessor as a C++ class, with instances...
2013-07-06 John KessenichEliminate flex as the GLSL lexical analyzer, going...