summaryrefslogtreecommitdiff
path: root/test/SemaCXX/access-control-check.cpp
Commit message (Expand)AuthorAge
* Turn access control on by default in -cc1.John McCall2010-04-09
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-10
* Improve access control diagnostics. Perform access control on member-pointerJohn McCall2010-02-10
* Implement elementary access control.John McCall2010-01-23
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-15
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-09
* Some refactoring of member access forFariborz Jahanian2009-07-29