summaryrefslogtreecommitdiffstats
path: root/tests/bugs/gh-75.hlsl
Commit message (Collapse)AuthorAge
* Make parser recovering more robust to avoid infinite loopsTim Foley2017-07-11
Fixes #75 In order to avoid cascaded errors, I went ahead and made the parser refuse to skip past a `}` in recovery mode. The problem with this is that we fail to make forward progress if we are stuck on a `}` (this happens if you have an extra `}` at the global scope.