aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/access-base-class.cpp
AgeCommit message (Expand)Author
2010-05-28When we complain about a member being inaccessible due to a constraintDouglas Gregor
2010-04-09Turn access control on by default in -cc1.John McCall
2010-03-18When elevating access along an inheritance path, initialize the computedJohn McCall
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2010-02-10Improve access control diagnostics. Perform access control on member-pointerJohn McCall
2009-12-19Initialization improvements: addition of string initialization and a fewEli Friedman
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-05-13Disable access control by default. It can be enabled with the -faccess-contro...Anders Carlsson
2009-03-28Revert Sebastian's rvalue patch (r67870) since it caused test failures inAnders Carlsson
2009-03-28Implement access checking for protected base classes.Anders Carlsson
2009-03-27It is OK to cast to a private base class if the current member belongs to the...Anders Carlsson
2009-03-27Implement checking for base class access. Right now it's overly conservative ...Anders Carlsson