Arpit Chaudhary 7c8da17c44 Added check for detecting if a variable or number is shifted by negative right operand. Statements like:
int i = -1;
 a << i;

 would result in an error message stating undefined behavior.
2012-08-22 15:44:20 +02:00
..
2012-04-17 12:57:16 +02:00
2012-05-06 10:37:41 -07:00
2012-07-21 18:11:20 +02:00
2012-07-24 12:21:05 -07:00
2012-05-16 09:04:03 -07:00