1. c812c3a Move the extern "C" sema tests to a new file. by Rafael Espindola · 11 years ago
  2. 024c119 We already reported an error for by Rafael Espindola · 11 years ago
  3. 10b1d1c Error if an extern C declaration matches a previous hidden extern C declaration. by Rafael Espindola · 11 years ago
  4. 294ddc6 Reject incompatible redeclarations of extern C symbols. by Rafael Espindola · 12 years ago
  5. ef094a1 Ignore corrections to functions with bodies when deciding which by Kaelyn Uhrain · 12 years ago
  6. 173a37a Remove more redundant lookups. Add a new "all_lookups_iterator" which provides by Nick Lewycky · 12 years ago
  7. 2afd766 Only accept a typo correction if it doesn't trigger additional errors by Kaelyn Uhrain · 13 years ago
  8. 1055393 Give nicer note when a member redeclaration has or lacks 'const' by Kaelyn Uhrain · 13 years ago
  9. 7c24334 Plug an abstraction leak and fix a crasher in DiagnoseInvalidRedeclaration by Kaelyn Uhrain · 13 years ago
  10. 903d6dc Fix an incorrect note. by Matt Beaumont-Gay · 13 years ago
  11. d2c8972 Don't accept a typo correction if the corrected identifier is the same as the by Kaelyn Uhrain · 13 years ago
  12. 5161163 Rework DiagnoseInvalidRedeclaration to add the ability to correct typos when by Kaelyn Uhrain · 13 years ago
  13. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  14. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  15. 04495c8 Improve merging of function declarations. Specifically: by Douglas Gregor · 15 years ago