1. e644e19 Enhance testing of overriding exception specs for inaccessible base exceptions. by Sebastian Redl · 16 years ago
  2. 49d216d Add a new, more advanced CheckDerivedToBaseConversion that takes custom diagnostic IDs. by Anders Carlsson · 16 years ago
  3. 5879fbd Disable access control by default. It can be enabled with the -faccess-control option. When we have better support for it, we can enable it by default again. by Anders Carlsson · 16 years ago
  4. 72f307a Revert Sebastian's rvalue patch (r67870) since it caused test failures in by Anders Carlsson · 17 years ago
  5. 0cb4cc1 Implement access checking for protected base classes. by Anders Carlsson · 17 years ago
  6. af06b97 It is OK to cast to a private base class if the current member belongs to the class that the private base class is a base of: by Anders Carlsson · 17 years ago
  7. 733d77f Implement checking for base class access. Right now it's overly conservative but that will change. (Also, protected isn't implemented right now). by Anders Carlsson · 17 years ago
  8. 4742a9c Add a stubbed out CheckBaseClassAccess method. by Anders Carlsson · 17 years ago
  9. 1794112 Move Sema::SetMemberAccessSpecifier to SemaAccess.cpp by Anders Carlsson · 17 years ago
  10. 8ed6f36 Add SemaAccess.cpp by Anders Carlsson · 17 years ago