summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/class/class.friend/p1.cpp
Commit message (Expand)AuthorAgeFilesLines
* DR674, PR38883, PR40238: Qualified friend lookup should look for aRichard Smith2019-01-071-2/+2
* Lit C++11 Compatibility Patch #8Charles Li2016-04-141-1/+6
* [Sema] Don't crash when friending an unqualified templated constructorDavid Majnemer2015-09-301-0/+6
* Don't crash if a declarator in a friend decl doesn't have a name.Nico Weber2015-01-161-0/+4
* PR11684, core issue 1417:Richard Smith2012-02-101-1/+1
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-9/+9
* Make sure that we diagnose invalid qualifiers on friend functions.Douglas Gregor2010-10-141-1/+2
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Improve diagnostics when the parser encounters a declarator with anDouglas Gregor2009-10-131-1/+1
* When adding a friend class declaration to the lookup tables, use the access s...John McCall2009-09-021-0/+4
* Ensure that the tag decls of friend decls aren't added to the friending class'sJohn McCall2009-09-021-2/+0
* Omnibus friend decl refactoring. Instead of cloning AST classes for friendJohn McCall2009-08-281-0/+7
* Modify an assert to capture the restriction on friend declarations moreJohn McCall2009-08-251-0/+8
* Permit a class to friend its members in C++0x, without restriction.John McCall2009-08-061-2/+2
* First pass at friend semantics.John McCall2009-08-061-0/+59
OpenPOWER on IntegriCloud