1. fa8dbea When we complain about a member being inaccessible due to a constraint by Douglas Gregor · 14 years ago
  2. 4f4bd83 Turn access control on by default in -cc1. by John McCall · 14 years ago
  3. 00b11d3 When elevating access along an inheritance path, initialize the computed by John McCall · 15 years ago
  4. 9862435 When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 15 years ago
  5. c5d12db Improve access control diagnostics. Perform access control on member-pointer by John McCall · 15 years ago
  6. d939142 Initialization improvements: addition of string initialization and a few by Eli Friedman · 15 years ago
  7. 3573b2c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  8. f231014 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. 164293f Revert Sebastian's rvalue patch (r67870) since it caused test failures in by Anders Carlsson · 16 years ago
  10. 6e98fd6 Implement access checking for protected base classes. by Anders Carlsson · 16 years ago
  11. 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 · 16 years ago
  12. 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 · 16 years ago