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