summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/access-base-class.cpp
Commit message (Expand)AuthorAgeFilesLines
* When we complain about a member being inaccessible due to a constraintDouglas Gregor2010-05-281-1/+1
* Turn access control on by default in -cc1.John McCall2010-04-091-1/+1
* When elevating access along an inheritance path, initialize the computedJohn McCall2010-03-181-2/+3
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-3/+3
* Improve access control diagnostics. Perform access control on member-pointerJohn McCall2010-02-101-6/+17
* Initialization improvements: addition of string initialization and a fewEli Friedman2009-12-191-6/+3
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Disable access control by default. It can be enabled with the -faccess-contro...Anders Carlsson2009-05-131-1/+1
* Revert Sebastian's rvalue patch (r67870) since it caused test failures inAnders Carlsson2009-03-281-32/+0
* Implement access checking for protected base classes.Anders Carlsson2009-03-281-0/+32
* It is OK to cast to a private base class if the current member belongs to the...Anders Carlsson2009-03-271-0/+31
* Implement checking for base class access. Right now it's overly conservative ...Anders Carlsson2009-03-271-0/+51
OpenPOWER on IntegriCloud