1. 2fe9b7f Modify how the -verify flag works. Currently, the verification string and by Richard Trieu · 13 years ago
  2. 516a6bc In C++98/03, an uninitialized variable that has POD class type will be by Douglas Gregor · 14 years ago
  3. 6d97e5e Implement jump checking for initialized c++ variables, implementing by Chris Lattner · 14 years ago
  4. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  5. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  6. e878eb0 This is valid in C++. void foo() { return foo(); } by Chris Lattner · 16 years ago