summaryrefslogtreecommitdiff
path: root/tests/bugs/eroneous-generic-parse.slang.expected
AgeCommit message (Collapse)Author
2021-04-19Infinite generic parsing bug fix (#1799)jsmall-nvidia
* #include an absolute path didn't work - because paths were taken to always be relative. * Fix bug causing infinite loop in parser. * Add a faster path for LookAheadToken when the offset is 0. * Fix typo introduced in last commit.