1. 164293f Revert Sebastian's rvalue patch (r67870) since it caused test failures in by Anders Carlsson · 17 years ago
  2. 6e98fd6 Implement access checking for protected base classes. by Anders Carlsson · 17 years ago
  3. 8137930 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
  4. 501c2a9 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
  5. 9aa0412 Add a stubbed out CheckBaseClassAccess method. by Anders Carlsson · 17 years ago
  6. ae9c08c Move Sema::SetMemberAccessSpecifier to SemaAccess.cpp by Anders Carlsson · 17 years ago
  7. b9b485c Add SemaAccess.cpp by Anders Carlsson · 17 years ago