summaryrefslogtreecommitdiffstats
path: root/test/CXX/class.access
Commit message (Expand)AuthorAgeFilesLines
* Fix implementation of [temp.local]p4.Richard Smith2019-02-151-7/+3
* Revert "Fix implementation of [temp.local]p4."Francis Visoiu Mistrih2019-02-151-3/+7
* Fix implementation of [temp.local]p4.Richard Smith2019-02-151-7/+3
* DR674, PR38883, PR40238: Qualified friend lookup should look for aRichard Smith2019-01-072-11/+5
* Diagnose invalid cv-qualifiers for friend decls.Eli Friedman2018-08-031-2/+13
* Switch from using a DiagnosticTrap and a note for "while defining a specialRichard Smith2017-05-251-1/+1
* Fix all tests under test/CXX (and test/Analysis) to pass if clang's defaultRichard Smith2016-08-312-6/+97
* Lit C++11 Compatibility Patch #7Charles Li2016-04-131-27/+178
* [Lit Test] Updated 26 Lit tests to be C++11 compatible.Charles Li2015-11-111-1/+8
* [modules] In C++, stop serializing and deserializing a list of declarations inRichard Smith2015-07-212-7/+9
* Add a new flag, -fspell-checking-limit=<number> to control how many times we'...Nick Lewycky2014-12-161-3/+7
* When formatting a C++-only declaration name, enable C++ mode in the formatter'sRichard Smith2014-01-222-3/+3
* PR12788: Remove unnecessary and incorrect special case for indirect fields.Richard Smith2014-01-171-0/+15
* Revert "Don't require -re suffix on -verify directives with regexes."Alp Toker2013-12-141-1/+1
* Don't require -re suffix on -verify directives with regexes.Hans Wennborg2013-12-141-1/+1
* Tighten test regexes checking for __attribute__((thiscall)) on function types.Hans Wennborg2013-12-131-1/+1
* Switch to the new MingW ABI.Rafael Espindola2013-12-121-1/+1
* Issue a diagnostic if we see a templated friend declaration that we do notRichard Smith2013-11-081-3/+10
* Allow CorrectTypo to replace CXXScopeSpecifiers that refer to classes.Kaelyn Uhrain2013-10-192-14/+14
* Implement [class.friend]p11's special name lookup rules for friend declarationsRichard Smith2013-08-091-0/+80
* Reinstate r185229, reverted in r185256, with a tweak: further ignore theRichard Smith2013-06-301-5/+5
* Revert r185229 as it breaks compilation of <windows.h>Timur Iskhodzhanov2013-06-291-5/+5
* PR7927, PR16247: Reimplement handling of matching extern "C" declarationsRichard Smith2013-06-281-5/+5
* Add a couple more tests.Eli Friedman2013-06-201-0/+4
* Fix some confusing diagnostic wording. s/implicit default/implicit/ if we'reRichard Smith2013-06-131-5/+5
* Don't crash when diagnosing path-constrained protectedJohn McCall2013-02-271-0/+23
* Only suppress instance context if a member is actuallyJohn McCall2013-02-221-3/+4
* Don't check whether a friend declaration is correctly formed when instantiating,Nick Lewycky2013-02-061-0/+7
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-191-0/+1
* Per C++11 [class.friend]p3, the 'friend' keyword must appear first in aRichard Smith2012-09-201-0/+26
* When computing the effective context for access control,John McCall2012-08-242-1/+17
* When disambiguating an expression-statement from a declaraton-statement, if theRichard Smith2012-08-231-4/+4
* Check access to friend declarations. There's a number of differentJohn McCall2012-08-102-0/+119
* My original patch missed the virtual-base case for destroyingJohn McCall2012-04-091-0/+16
* Fix the access check performed as part of the determination of whetherJohn McCall2012-04-091-0/+20
* Fix several problems with protected access control:John McCall2012-04-072-10/+78
* Diagnose tag and class template declarations with qualifiedDouglas Gregor2012-03-171-1/+1
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-1/+1
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Switch diagnostic text from "C++0x" over to "C++11".Douglas Gregor2011-10-121-1/+1
* Implement the restrictions in C++ [class.friend]p6, which disallowDouglas Gregor2011-10-101-0/+20
* The effective context of a friend function is its lexicalDouglas Gregor2011-10-092-1/+14
* Enforce access control for conversion operators used in contextualJohn McCall2011-09-211-0/+22
* Update our diagnostics to properly account for move operations.Sean Hunt2011-05-251-2/+2
* Undo enough of r131143 to make private copy ctor diags say "copy constructor"...Matt Beaumont-Gay2011-05-191-2/+2
* Tweak the diagnostics for the C++0x extensions to friend types to noteDouglas Gregor2011-05-101-1/+1
* Re-do R131114 without breaking code.Sean Hunt2011-05-101-3/+3
* Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson2011-02-281-1/+1
* Pass -fexceptions to all tests that use try/catch/throw.Anders Carlsson2011-02-191-1/+1
* Handle delayed access in local declarations. PR9229.John McCall2011-02-151-0/+15