1. 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
  2. 0511552 Empty enum in c is now error to match gcc's behavior. (radar 8040068). by Fariborz Jahanian · 14 years ago
  3. 5f970ee When instantiating a function that was declared via a typedef, e.g., by Douglas Gregor · 14 years ago
  4. d4eea83 Improve diagnostics when we fail to convert from a source type to a by Douglas Gregor · 14 years ago
  5. b0f8eac When determining whether a function without a prototype is compatible by Douglas Gregor · 15 years ago
  6. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  7. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  8. d1659a6 Tighten up the determination of whether a function declaration has a by Douglas Gregor · 15 years ago
  9. 13d7a32 If a function is declared as, e.g., by Douglas Gregor · 15 years ago
  10. c837656 Implement GNU C semantics for K&R function definitions that follow a by Douglas Gregor · 15 years ago
  11. 6393519 Rework the way we find locally-scoped external declarations when we by Douglas Gregor · 15 years ago
  12. d6f7e9d When we're declaring an object or function with linkage, teach name by Douglas Gregor · 15 years ago
  13. 25d944a In C, when we see a function declaration within a local scope, export by Douglas Gregor · 15 years ago
  14. 04495c8 Improve merging of function declarations. Specifically: by Douglas Gregor · 15 years ago
  15. 6871981 When a function with a prototype is redeclared without a prototype, by Douglas Gregor · 15 years ago