1. 45f11b7 Fix PR8767, improve diagnostic wording when allocating an object of an by Chandler Carruth · 13 years ago
  2. eee1d54 When parsing an out-of-line member function declaration, we must delay by John McCall · 13 years ago
  3. b2b5cc0 Enhance the diagnostic for negative array sizes to include the by Chandler Carruth · 14 years ago
  4. a6c1e3a Diagnose when a 'static' member function overrides a virtual function by Douglas Gregor · 14 years ago
  5. 0c42bb6 'const std::type_info*' instead of 'std::type_info const*' by Chris Lattner · 14 years ago
  6. 7002f4c Turn access control on by default in -cc1. by John McCall · 14 years ago
  7. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 14 years ago
  8. 7385779 Defer covariance checks for dependent types. Add test cases that also ensure by Chandler Carruth · 14 years ago
  9. 6b2accb Improve access control diagnostics. Perform access control on member-pointer by John McCall · 14 years ago
  10. f2a04bf No need to canonicalize the type and use dyn_cast. Also, correctly diagnose trying to override a function returning an lvalue reference with a function overriding an rvalue reference. by Anders Carlsson · 14 years ago
  11. ceb7e00 Fix an obvious goof that caused us to only see the top level of return types by Chandler Carruth · 14 years ago
  12. be2e205 Make sure that an overriding return type is complete before checking if it's covariant. Fixes PR5920. by Anders Carlsson · 15 years ago
  13. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  14. 1ab537b Unify the end-of-class code paths used by the parser and template by Douglas Gregor · 15 years ago
  15. e6342c0 Funtion templates and function template specializations do not by Douglas Gregor · 15 years ago
  16. 4ba3136 Move the checking of overridden virtual functions into the code path by Douglas Gregor · 15 years ago
  17. d3a5058 An inherited virtual (where "virtual" wasn't written explicitly) can by Douglas Gregor · 15 years ago
  18. 77b7f1d Check that the function being overridden is virtual. by Anders Carlsson · 15 years ago
  19. b5133c2 Fix the same speling error in the test case (Duh). by Anders Carlsson · 15 years ago
  20. c3a68b2 Better diagnostics for covariance when checking overriding return types. by Anders Carlsson · 15 years ago
  21. d7ba27d Add return type checking for overriding virtual functions. We currently don't check covariance but that's next. by Anders Carlsson · 15 years ago