1. 7fe3878 Handle redundant 'typename' on base class specifications. by David Blaikie · 13 years ago
  2. 152aa4b Fix erroneous name-specifiers prior to decltypes better/correctly as per Doug's feedback. by David Blaikie · 13 years ago
  3. 22216eb Fix cases where the optional nested-name-specifier erroneously preceeded a decltype-specification when specifying a base type. by David Blaikie · 13 years ago
  4. 09048df Support the use of decltype for specifying base types. Fixes PR11216. by David Blaikie · 13 years ago
  5. 762bb9d Update all tests other than Driver/std.cpp to use -std=c++11 rather than by Richard Smith · 13 years ago
  6. 2c3ee54 Get rid of handling of the 'explicit' keyword from class-head. We still parse it though, although that will change shortly. by Anders Carlsson · 14 years ago
  7. 45f11b7 Fix PR8767, improve diagnostic wording when allocating an object of an by Chandler Carruth · 14 years ago
  8. aa23d28 Implement [class.derived]p8. by Anders Carlsson · 14 years ago
  9. 2e1c730 Diagnose when a virtual member function marked final is overridden. by Anders Carlsson · 14 years ago
  10. 9eefa22 When instantiating member functions, propagate whether the member function is marked 'final' and 'override'. by Anders Carlsson · 14 years ago
  11. 3ffe183 When checking for functions marked override, ignore dependent contexts. by Anders Carlsson · 14 years ago
  12. 9e682d9 Diagnose virtual member functions marked override but not overriding any virtual member functions. by Anders Carlsson · 14 years ago
  13. f17b58c In the presence of using declarations, we can find the same class by Douglas Gregor · 14 years ago
  14. 7b2fc9d Implement computation of the final overriders for each virtual by Douglas Gregor · 15 years ago
  15. 5fccd36 Reinstate r97674 with a fix for the assertion that was firing in <list> by Douglas Gregor · 15 years ago
  16. a7cb22d Revert r97674; it's causing failures by Douglas Gregor · 15 years ago
  17. b29b37d Implement disambiguation of base class members via a by Douglas Gregor · 15 years ago
  18. 4e6ba4b Implement name hiding for names found through virtual base subobjects by Douglas Gregor · 15 years ago
  19. 0f0615b Fix for PR5840: fix the kind of name lookup used for classes in by Eli Friedman · 15 years ago
  20. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  21. bd4c4ae When a member reference expression includes a qualifier on the member by Douglas Gregor · 15 years ago