| Commit message (Expand) | Author | Age | Files | Lines |
| * | Regression test for RP6954. | Serge Pavlov | 2015-02-16 | 1 | -0/+14 |
| * | Don't assume friended C++ method decls have qualifiers | Reid Kleckner | 2014-12-17 | 1 | -1/+54 |
| * | When we generate a redeclaration for an | John McCall | 2014-05-14 | 1 | -0/+8 |
| * | Reinstate r186040, with additional fixes and more test coverage (reverted in | Richard Smith | 2013-07-17 | 1 | -5/+117 |
| * | Re-revert r86040, which was un-reverted in r186199. | Chandler Carruth | 2013-07-15 | 1 | -15/+4 |
| * | Unrevert r186040, reverted in r186185, with fix for PR16597. | Richard Smith | 2013-07-12 | 1 | -0/+24 |
| * | Revert r186040 to fix PR16597 while Richard investigates what the best | Chandler Carruth | 2013-07-12 | 1 | -12/+0 |
| * | If we friend a declaration twice, that should not make it visible to name | Richard Smith | 2013-07-10 | 1 | -0/+12 |
| * | Reinstate r185229, reverted in r185256, with a tweak: further ignore the | Richard Smith | 2013-06-30 | 1 | -1/+1 |
| * | Revert r185229 as it breaks compilation of <windows.h> | Timur Iskhodzhanov | 2013-06-29 | 1 | -1/+1 |
| * | PR7927, PR16247: Reimplement handling of matching extern "C" declarations | Richard Smith | 2013-06-28 | 1 | -1/+1 |
| * | Implement DR136 | David Majnemer | 2013-06-25 | 1 | -1/+1 |
| * | Add null check (resolves PR16423) | Stephen Lin | 2013-06-23 | 1 | -0/+9 |
| * | Complain about attempts to befriend declarations via a using | John McCall | 2013-04-03 | 1 | -0/+16 |
| * | Skip through transparent contexts when deciding where to add a friend function. | Nick Lewycky | 2012-03-16 | 1 | -0/+8 |
| * | Diagnose destructor templates. Fixes PR7904. | Douglas Gregor | 2011-03-04 | 1 | -2/+2 |
| * | Fix bug in r120299 spotted by dgregor. | Nico Weber | 2010-11-30 | 1 | -0/+18 |
| * | Always use a function's decl context when building default arguments. Fixes h... | Nico Weber | 2010-11-29 | 1 | -0/+33 |
| * | Revert parts of r120266 that I did not mean to commit | Nico Weber | 2010-11-28 | 1 | -33/+0 |
| * | Minor whitespace and comment fixes. No functionality change. | Nico Weber | 2010-11-28 | 1 | -0/+33 |
| * | Friend function declarations can overload with tag declarations. | John McCall | 2010-11-10 | 1 | -0/+8 |
| * | Fix g++.dg regressions introduced at r115347 (rdar://8529993) | Argyrios Kyrtzidis | 2010-10-09 | 1 | -0/+9 |
| * | Wire up '-Wignored-qualifiers' to the warning on 'const' in 'const int f()'. | Chandler Carruth | 2010-07-14 | 1 | -1/+1 |
| * | Improve diagnostics for the "type qualifier on return type has no | Douglas Gregor | 2010-07-13 | 1 | -1/+1 |
| * | When forming a function call or message send expression, be sure to | Douglas Gregor | 2010-07-13 | 1 | -1/+2 |
| * | When referring to a tag that was previously declared only as a friend, | Douglas Gregor | 2010-06-08 | 1 | -0/+14 |
| * | Test case for PR5134. | John McCall | 2009-12-23 | 1 | -0/+7 |
| * | Test case from PR5476. | John McCall | 2009-12-23 | 1 | -0/+11 |
| * | Patch over yet more problems with friend declarations which were provoking | John McCall | 2009-12-17 | 1 | -0/+14 |
| * | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
| * | Don't enter a new scope for a namespace-qualified declarator unless we're | John McCall | 2009-12-11 | 1 | -0/+11 |
| * | Friend declarations are only valid inside class definitions. | Anders Carlsson | 2009-05-11 | 1 | -0/+6 |