summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/access.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Sema] When the address of a member function is used as a templateAkira Hatanaka2018-06-131-0/+47
* Revert r325321 "[Sema] Take into account the current context when checking the"Hans Wennborg2018-02-161-35/+0
* [Sema] Take into account the current context when checking theAkira Hatanaka2018-02-161-0/+35
* Make SemaAccess smarter about determining when a dependent class mightRichard Smith2016-03-231-1/+1
* Make sure to perform dependent access checks when instantiating aRichard Smith2016-03-231-0/+11
* When performing a delayed access check, use the surrounding lexical context forRichard Smith2013-12-111-0/+22
* Add a testcase for PR7434, which is a bug we no longer appear to have.Richard Smith2013-06-111-0/+28
* Implement DR85: Redeclaration of member is forbiddenDavid Majnemer2013-06-111-2/+4
* Implement DR580: access checks for template parameters of a class template areRichard Smith2013-04-291-1/+75
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-1/+1
* Set a member's access specifier even if it doesn't match the previous specifier.John McCall2009-12-231-0/+11
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Set the access specifier for templates inside classes.Anders Carlsson2009-03-261-2/+10
* Check that the access specifier of a member redeclaration is the same as the ...Anders Carlsson2009-03-261-0/+15
OpenPOWER on IntegriCloud