summaryrefslogtreecommitdiffstats
path: root/test/Sema/shift.c
Commit message (Expand)AuthorAgeFilesLines
* Fix For pr28288 - Error message in shift of vector valuesAndrey Bokhanko2016-08-121-0/+11
* [Sema] Warn when shifting a negative value.Davide Italiano2015-07-061-2/+3
* Move a bunch of tests to directly use the CC1 layer. This at least savesChandler Carruth2014-01-151-1/+1
* Sema: show shift result in hexadecimalTed Kremenek2011-06-151-1/+1
* Don't warning about shifting by too many bits in dead code.Ted Kremenek2011-03-011-0/+6
* Don't wanr about "negative shifts" in code that is unreachable. Fixes PR 5544.Ted Kremenek2011-03-011-0/+4
* Simplify messages as requested by Chris.Chandler Carruth2011-02-241-3/+3
* Implement a warning for known shift overflows on constant shiftChandler Carruth2011-02-231-1/+19
* This really seems like a boring set of fixes to our tests to make them moreChandler Carruth2010-11-161-1/+1
* Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar2009-12-151-1/+1
* Use clang to run tests which include headers from the system.Daniel Dunbar2009-11-171-1/+1
* PR4700 - remove shift by 0 warningRyan Flynn2009-08-081-3/+8
* PR3333: warn when shifting by invalid amountRyan Flynn2009-08-071-2/+31
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Don't do integer promotions of LHS for compound shift assignment. The LHS ha...Chris Lattner2007-12-131-0/+6