summaryrefslogtreecommitdiff
path: root/test/SemaCXX/access.cpp
AgeCommit message (Expand)Author
2016-03-23Make SemaAccess smarter about determining when a dependent class mightRichard Smith
2016-03-23Make sure to perform dependent access checks when instantiating aRichard Smith
2013-12-11When performing a delayed access check, use the surrounding lexical context forRichard Smith
2013-06-11Add a testcase for PR7434, which is a bug we no longer appear to have.Richard Smith
2013-06-11Implement DR85: Redeclaration of member is forbiddenDavid Majnemer
2013-04-29Implement DR580: access checks for template parameters of a class template areRichard Smith
2011-12-15Modify how the -verify flag works. Currently, the verification string andRichard Trieu
2009-12-23Set a member's access specifier even if it doesn't match the previous specifier.John McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-03-26Set the access specifier for templates inside classes.Anders Carlsson
2009-03-26Check that the access specifier of a member redeclaration is the same as the ...Anders Carlsson