aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/shift.c
AgeCommit message (Expand)Author
2009-11-17Use clang to run tests which include headers from the system.Daniel Dunbar
2009-08-08PR4700 - remove shift by 0 warningRyan Flynn
2009-08-07PR3333: warn when shifting by invalid amountRyan Flynn
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2007-12-13Don't do integer promotions of LHS for compound shift assignment. The LHS ha...Chris Lattner