summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics/bool-to-float.slang
Commit message (Collapse)AuthorAge
* Warning on lossy implicit casts. (#2367)Yong He2022-08-17
* Warning on bool to float conversion. * Fix test cases. * Improve. * LanguageServer: don't show constant value for non constant variables. * Fix tests. * Fix warnings in tests. Co-authored-by: Yong He <yhe@nvidia.com>