summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/access-base-class.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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