summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-operator-shift-overflow.cpp
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.