summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics/warning_operator_left_shift_overflow.slang
Commit message (Collapse)AuthorAge
* Print warning when operator<< shifting too much (#4255)Jay Kwak2024-06-04
* Print warning when operator<< shifting too much Closes #3944 For the given type of the left side operand to `operator<<` is not big enough for the right side operand, print a warning that the result will be always zero.