1. fa82138 Sema: show shift result in hexadecimal by Ted Kremenek · 13 years ago
  2. 425a31e Don't warning about shifting by too many bits in dead code. by Ted Kremenek · 13 years ago
  3. 082bf7a Don't wanr about "negative shifts" in code that is unreachable. Fixes PR 5544. by Ted Kremenek · 13 years ago
  4. 5fa05cb Simplify messages as requested by Chris. by Chandler Carruth · 13 years ago
  5. 21206d5 Implement a warning for known shift overflows on constant shift by Chandler Carruth · 13 years ago
  6. ba772ba This really seems like a boring set of fixes to our tests to make them more by Chandler Carruth · 14 years ago
  7. 80737ad Update tests to use %clang instead of 'clang', and forcibly disable use of ' by Daniel Dunbar · 15 years ago
  8. 8ee15dc Use clang to run tests which include headers from the system. by Daniel Dunbar · 15 years ago
  9. 8045c73 PR4700 - remove shift by 0 warning by Ryan Flynn · 15 years ago
  10. d043968 PR3333: warn when shifting by invalid amount by Ryan Flynn · 15 years ago
  11. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  12. 1dcf2c8 Don't do integer promotions of LHS for compound shift assignment. The LHS has to be a modifiable lvalue. by Chris Lattner · 17 years ago