summaryrefslogtreecommitdiff
path: root/tests/diagnostics/warning_operator_left_shift_overflow.slang
AgeCommit message (Collapse)Author
2024-06-04Print warning when operator<< shifting too much (#4255)Jay Kwak
* 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.