summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir-operator-shift-overflow.h
Commit message (Collapse)AuthorAge
* formatEllie Hermaszewska2024-10-29
| | | | | | | * format * Minor test fixes * enable checking cpp format in ci
* 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.