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