1. 927b0af Don't replace an existing decl in the scope chains with its by John McCall · 11 years ago
  2. 294ddc6 Reject incompatible redeclarations of extern C symbols. by Rafael Espindola · 11 years ago
  3. c586d5d Fix a crash in type merging with enum types. by Eli Friedman · 12 years ago
  4. 5862f0e When emitting a "too many arguments to function call..." error, also include a note with a location for the function prototype. by Ted Kremenek · 13 years ago
  5. 0511552 Empty enum in c is now error to match gcc's behavior. (radar 8040068). by Fariborz Jahanian · 14 years ago
  6. 5f970ee When instantiating a function that was declared via a typedef, e.g., by Douglas Gregor · 14 years ago
  7. d4eea83 Improve diagnostics when we fail to convert from a source type to a by Douglas Gregor · 14 years ago
  8. b0f8eac When determining whether a function without a prototype is compatible by Douglas Gregor · 14 years ago
  9. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  10. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  11. d1659a6 Tighten up the determination of whether a function declaration has a by Douglas Gregor · 15 years ago
  12. 13d7a32 If a function is declared as, e.g., by Douglas Gregor · 15 years ago
  13. c837656 Implement GNU C semantics for K&R function definitions that follow a by Douglas Gregor · 15 years ago
  14. 6393519 Rework the way we find locally-scoped external declarations when we by Douglas Gregor · 15 years ago
  15. d6f7e9d When we're declaring an object or function with linkage, teach name by Douglas Gregor · 15 years ago
  16. 25d944a In C, when we see a function declaration within a local scope, export by Douglas Gregor · 15 years ago
  17. 04495c8 Improve merging of function declarations. Specifically: by Douglas Gregor · 15 years ago
  18. 6871981 When a function with a prototype is redeclared without a prototype, by Douglas Gregor · 15 years ago