1. 8ac2c66 Make sure that restrict-qualifying an array actually adds a restrict qualifier. PR11354. (operator bool() is evil!) by Eli Friedman · 13 years ago
  2. 184aa4e fix PR7280 by making the warning on code like this: by Chris Lattner · 14 years ago
  3. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  4. ed5d651 In C++, a variadic function does not need an ellipsis prior to the comma. Parse it in both C and C++, but diagnose it as an error in C with a fix-it hint to add the comma. by Douglas Gregor · 15 years ago
  5. eb32fde Simplify the scheme used for keywords, and change the classification by Eli Friedman · 15 years ago
  6. 5153ee6 Change SemaType's "GetTypeForDeclarator" and "ConvertDeclSpecToType" to by Chris Lattner · 15 years ago
  7. 2dbd285 fix PR4049, a crash on invalid, by making sema install the right number of by Chris Lattner · 15 years ago
  8. 7cbeef2 in: typedef void foo(void); by Chris Lattner · 15 years ago
  9. d55a71d Fix some mishandling of the attr(gnu_inline) mode when used with by Chris Lattner · 15 years ago
  10. cf2a721 the __gnuc_inline__ attribute is actually named __gnu_inline__, PR4023 by Chris Lattner · 15 years ago
  11. 23a48cc fix a crash on invalid by making ActOnDeclarator create decl with by Chris Lattner · 15 years ago
  12. c519743 implement some sema for gnuc_inline attribute. Reject always_inline and no_inline on objc methods. by Chris Lattner · 15 years ago
  13. 74734d5 When calling a function without a prototype for which we have a by Douglas Gregor · 15 years ago
  14. e7450f5 Make sure to use RequireCompleteType rather than testing for by Douglas Gregor · 15 years ago
  15. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  16. 7f0f5dc Check that the return type for function definitions is complete. by Eli Friedman · 15 years ago
  17. 04495c8 Improve merging of function declarations. Specifically: by Douglas Gregor · 15 years ago
  18. 18d76c2 Note the Radar number that corresponds to PR3137 by Douglas Gregor · 16 years ago
  19. 0e8aaaf Test for PR3137. by Eli Friedman · 16 years ago
  20. be109b3 Handle any undeclared parameters in a K&R-style function with a by Douglas Gregor · 16 years ago
  21. 65ce04b Merge function-return.c into function.c by Chris Lattner · 16 years ago
  22. 777f07b diagnose C99 6.9.1p5, C arguments in definitions that are lacking by Chris Lattner · 16 years ago
  23. 5f4a682 Make all the 'redefinition' diagnostics more consistent, and make the by Chris Lattner · 16 years ago
  24. d658b56 Fix handling of implicit int, resolving PR2012 and reverting (and by Chris Lattner · 16 years ago
  25. 5280408 Fix PR2042. One remaining issue: we don't currently diagnose by Chris Lattner · 16 years ago
  26. f963339 Get rid of outdated code that masks type errors. Fixes PR2036. by Eli Friedman · 16 years ago
  27. 99d724f Fix PR1999, by emitting a hard error only if an argument declarator is completely by Chris Lattner · 16 years ago
  28. 868d08f Fix a bogus test by Chris Lattner · 17 years ago
  29. 2565eef by Steve Naroff · 17 years ago
  30. ba03eda by Steve Naroff · 17 years ago
  31. 1adb883 Fix ASTContext::typesAreCompatible when analyzing a function type with by Chris Lattner · 17 years ago
  32. 529bd02 When promoting array to pointer for argument, don't lose type qualifiers. by Chris Lattner · 17 years ago