1. 76ef658 When we complain about a member being inaccessible due to a constraint by Douglas Gregor · 14 years ago
  2. 7002f4c Turn access control on by default in -cc1. by John McCall · 14 years ago
  3. 7aceaf8 When elevating access along an inheritance path, initialize the computed by John McCall · 14 years ago
  4. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 14 years ago
  5. 6b2accb Improve access control diagnostics. Perform access control on member-pointer by John McCall · 15 years ago
  6. cfdc81a Initialization improvements: addition of string initialization and a few by Eli Friedman · 15 years ago
  7. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  8. a33d9b4 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 · 15 years ago
  9. 14734f7 Revert Sebastian's rvalue patch (r67870) since it caused test failures in by Anders Carlsson · 15 years ago
  10. e5194ff Implement access checking for protected base classes. by Anders Carlsson · 15 years ago
  11. f8080a3 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 · 15 years ago
  12. c4f1e87 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 · 15 years ago