1. af68202 Improve merging of function declarations. Specifically: by Douglas Gregor · 15 years ago
  2. 1b3d6b7 Note the Radar number that corresponds to PR3137 by Douglas Gregor · 15 years ago
  3. bbb58d0 Test for PR3137. by Eli Friedman · 15 years ago
  4. 65075ec Handle any undeclared parameters in a K&R-style function with a by Douglas Gregor · 15 years ago
  5. 6ed167c Merge function-return.c into function.c by Chris Lattner · 16 years ago
  6. b0b42f6 diagnose C99 6.9.1p5, C arguments in definitions that are lacking by Chris Lattner · 16 years ago
  7. 1336cab Make all the 'redefinition' diagnostics more consistent, and make the by Chris Lattner · 16 years ago
  8. 6ab935b Fix handling of implicit int, resolving PR2012 and reverting (and by Chris Lattner · 16 years ago
  9. ec9361f Fix PR2042. One remaining issue: we don't currently diagnose by Chris Lattner · 16 years ago
  10. 5247bf8 Get rid of outdated code that masks type errors. Fixes PR2036. by Eli Friedman · 16 years ago
  11. 871fd79 Fix PR1999, by emitting a hard error only if an argument declarator is completely by Chris Lattner · 16 years ago
  12. 25166a0 Fix a bogus test by Chris Lattner · 16 years ago
  13. 577f972 by Steve Naroff · 16 years ago
  14. dec17fe by Steve Naroff · 16 years ago
  15. c38d452 Fix ASTContext::typesAreCompatible when analyzing a function type with by Chris Lattner · 17 years ago
  16. c08564a When promoting array to pointer for argument, don't lose type qualifiers. by Chris Lattner · 17 years ago