summaryrefslogtreecommitdiffstats
path: root/tests/bugs/preproc-lex-failure.slang.expected
Commit message (Collapse)AuthorAge
* Fix lexer/preproc diagnose issue (#1806)jsmall-nvidia2021-04-23
* #include an absolute path didn't work - because paths were taken to always be relative. * Pass LexerFlags to all lexing functionality that may output a diagnostic. * Add test for lexing disabling issue. * Improve tests. Co-authored-by: Yong He <yonghe@outlook.com>