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