summaryrefslogtreecommitdiff
path: root/test/SemaCXX/friend.cpp
Commit message (Expand)AuthorAgeFilesLines
* DR674, PR38883, PR40238: Qualified friend lookup should look for aRichard Smith2019-01-071-10/+28
* Part of PR33222: defer enforcing return type mismatch for dependentRichard Smith2018-09-101-0/+23
* Don't try to use !Previous.empty() as a proxy for "Is this a redeclaration?" --Richard Smith2016-10-211-0/+9
* Properly track the found declaration (possibly a using-declaration) whenRichard Smith2016-05-241-1/+3
* Fix filtering of prior declarations when checking for a tag redeclaration toRichard Smith2016-05-231-0/+14
* Regression test for RP6954.Serge Pavlov2015-02-161-0/+14
* Don't assume friended C++ method decls have qualifiersReid Kleckner2014-12-171-1/+54
* When we generate a redeclaration for anJohn McCall2014-05-141-0/+8
* Reinstate r186040, with additional fixes and more test coverage (reverted inRichard Smith2013-07-171-5/+117
* Re-revert r86040, which was un-reverted in r186199.Chandler Carruth2013-07-151-15/+4
* Unrevert r186040, reverted in r186185, with fix for PR16597.Richard Smith2013-07-121-0/+24
* Revert r186040 to fix PR16597 while Richard investigates what the bestChandler Carruth2013-07-121-12/+0
* If we friend a declaration twice, that should not make it visible to nameRichard Smith2013-07-101-0/+12
* Reinstate r185229, reverted in r185256, with a tweak: further ignore theRichard Smith2013-06-301-1/+1
* Revert r185229 as it breaks compilation of <windows.h>Timur Iskhodzhanov2013-06-291-1/+1
* PR7927, PR16247: Reimplement handling of matching extern "C" declarationsRichard Smith2013-06-281-1/+1
* Implement DR136David Majnemer2013-06-251-1/+1
* Add null check (resolves PR16423)Stephen Lin2013-06-231-0/+9
* Complain about attempts to befriend declarations via a usingJohn McCall2013-04-031-0/+16
* Skip through transparent contexts when deciding where to add a friend function.Nick Lewycky2012-03-161-0/+8
* Diagnose destructor templates. Fixes PR7904.Douglas Gregor2011-03-041-2/+2
* Fix bug in r120299 spotted by dgregor.Nico Weber2010-11-301-0/+18
* Always use a function's decl context when building default arguments. Fixes h...Nico Weber2010-11-291-0/+33
* Revert parts of r120266 that I did not mean to commitNico Weber2010-11-281-33/+0
* Minor whitespace and comment fixes. No functionality change.Nico Weber2010-11-281-0/+33
* Friend function declarations can overload with tag declarations.John McCall2010-11-101-0/+8
* Fix g++.dg regressions introduced at r115347 (rdar://8529993)Argyrios Kyrtzidis2010-10-091-0/+9
* Wire up '-Wignored-qualifiers' to the warning on 'const' in 'const int f()'.Chandler Carruth2010-07-141-1/+1
* Improve diagnostics for the "type qualifier on return type has noDouglas Gregor2010-07-131-1/+1
* When forming a function call or message send expression, be sure toDouglas Gregor2010-07-131-1/+2
* When referring to a tag that was previously declared only as a friend, Douglas Gregor2010-06-081-0/+14
* Test case for PR5134.John McCall2009-12-231-0/+7
* Test case from PR5476.John McCall2009-12-231-0/+11
* Patch over yet more problems with friend declarations which were provokingJohn McCall2009-12-171-0/+14
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Don't enter a new scope for a namespace-qualified declarator unless we'reJohn McCall2009-12-111-0/+11
* Friend declarations are only valid inside class definitions.Anders Carlsson2009-05-111-0/+6