summaryrefslogtreecommitdiffstats
path: root/tests/bugs/gh-2936.slang
Commit message (Collapse)AuthorAge
* Fix erroneous error claiming variable is being used before its declaration ↵Ellie Hermaszewska2023-07-06
(#2958) * Simplify type of diagnoseImpl * Show source line for Note diagnostics, opting out of this where appropriate * Make declared after use diagnostic clearer * Fix erroneous error claiming variable is being used before its declaration Closes https://github.com/shader-slang/slang/issues/2936 * Fix build on msvc --------- Co-authored-by: jsmall-nvidia <jsmall@nvidia.com>