summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/warn-shift-negative.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix -Wshift-count-negative. It didn't work if the right hand sideDavide Italiano2015-03-261-0/+6
of the shift wasn't a constant integer expression, now it (hopefully) does. PR: 22059 llvm-svn: 233320
OpenPOWER on IntegriCloud