summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/class.access/class.access.base/p5.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Don't crash when diagnosing path-constrained protectedJohn McCall2013-02-271-0/+23
| | | | | | | | access to a private member to which we have special access. rdar://12926092 llvm-svn: 176146
* When we complain about a member being inaccessible due to a constraintDouglas Gregor2010-05-281-2/+2
| | | | | | | along an access path, add another note pointing at the member we actually found. llvm-svn: 104937
* Turn access control on by default in -cc1.John McCall2010-04-091-1/+1
| | | | | | | | Remove -faccess-control from -cc1; add -fno-access-control. Make the driver pass -fno-access-control by default. Update a bunch of tests to be correct under access control. llvm-svn: 100880
* Check in a motivating test for the revised access semantics.John McCall2010-04-021-0/+16
| | | | llvm-svn: 100159
* Correct the calculation of access to more closely model the wording inJohn McCall2010-04-021-0/+59
the standard. llvm-svn: 100155
OpenPOWER on IntegriCloud