summaryrefslogtreecommitdiff
path: root/tests/bugs/preproc-lex-failure.slang.expected
AgeCommit message (Collapse)Author
2021-04-23Fix lexer/preproc diagnose issue (#1806)jsmall-nvidia
* #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>