summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/friend.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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