summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/class.access/class.access.base/p1.cpp
Commit message (Collapse)AuthorAgeFilesLines
* PR12788: Remove unnecessary and incorrect special case for indirect fields.Richard Smith2014-01-171-0/+15
| | | | | | This caused us to skip a step that was essential for correct access control. llvm-svn: 199522
* When we complain about a member being inaccessible due to a constraintDouglas Gregor2010-05-281-7/+11
| | | | | | | 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
* Improve access control diagnostics. Perform access control on member-pointerJohn McCall2010-02-101-23/+22
| | | | | | | conversions. Fix an access-control bug where privileges were not considered at intermediate points along the inheritance path. Prepare for friends. llvm-svn: 95775
* Implement elementary access control.John McCall2010-01-231-0/+152
llvm-svn: 94268
OpenPOWER on IntegriCloud