| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
| | | | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602 | ||||
| * | Fix PR2279 part C: shifts don't perform the UACs, thanks to Neil | Chris Lattner | 2008-05-04 | 1 | -0/+5 |
| | | | | | | | for pointing this out. llvm-svn: 50624 | ||||
| * | Warn when performing 'usual' conversions that require a sign change. This | Chris Lattner | 2007-04-11 | 1 | -0/+8 |
| implements test/Preprocessor/expr_usual_conversions.c, which produces this output: expr_usual_conversions.c:5:10: warning: left side of operator converted from negative value to unsigned: -42 to 18446744073709551574 #if (-42 + 0U) / -2 ^ expr_usual_conversions.c:5:16: warning: right side of operator converted from negative value to unsigned: -2 to 18446744073709551614 #if (-42 + 0U) / -2 ^ llvm-svn: 39406 | |||||

