| Commit message (Expand) | Author | Age | Files | Lines |
* | DR674, PR38883, PR40238: Qualified friend lookup should look for a | Richard Smith | 2019-01-07 | 2 | -11/+5 |
* | Diagnose invalid cv-qualifiers for friend decls. | Eli Friedman | 2018-08-03 | 1 | -2/+13 |
* | Fix all tests under test/CXX (and test/Analysis) to pass if clang's default | Richard Smith | 2016-08-31 | 1 | -3/+18 |
* | [Lit Test] Updated 26 Lit tests to be C++11 compatible. | Charles Li | 2015-11-11 | 1 | -1/+8 |
* | [modules] In C++, stop serializing and deserializing a list of declarations in | Richard Smith | 2015-07-21 | 2 | -7/+9 |
* | Add a new flag, -fspell-checking-limit=<number> to control how many times we'... | Nick Lewycky | 2014-12-16 | 1 | -3/+7 |
* | Issue a diagnostic if we see a templated friend declaration that we do not | Richard Smith | 2013-11-08 | 1 | -3/+10 |
* | Allow CorrectTypo to replace CXXScopeSpecifiers that refer to classes. | Kaelyn Uhrain | 2013-10-19 | 1 | -12/+12 |
* | Implement [class.friend]p11's special name lookup rules for friend declarations | Richard Smith | 2013-08-09 | 1 | -0/+80 |
* | Reinstate r185229, reverted in r185256, with a tweak: further ignore the | Richard Smith | 2013-06-30 | 1 | -5/+5 |
* | Revert r185229 as it breaks compilation of <windows.h> | Timur Iskhodzhanov | 2013-06-29 | 1 | -5/+5 |
* | PR7927, PR16247: Reimplement handling of matching extern "C" declarations | Richard Smith | 2013-06-28 | 1 | -5/+5 |
* | Add a couple more tests. | Eli Friedman | 2013-06-20 | 1 | -0/+4 |
* | Don't check whether a friend declaration is correctly formed when instantiating, | Nick Lewycky | 2013-02-06 | 1 | -0/+7 |
* | Per C++11 [class.friend]p3, the 'friend' keyword must appear first in a | Richard Smith | 2012-09-20 | 1 | -0/+26 |
* | When computing the effective context for access control, | John McCall | 2012-08-24 | 1 | -0/+16 |
* | When disambiguating an expression-statement from a declaraton-statement, if the | Richard Smith | 2012-08-23 | 1 | -4/+4 |
* | Check access to friend declarations. There's a number of different | John McCall | 2012-08-10 | 2 | -0/+119 |
* | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith | 2011-10-13 | 1 | -1/+1 |
* | Switch diagnostic text from "C++0x" over to "C++11". | Douglas Gregor | 2011-10-12 | 1 | -1/+1 |
* | Implement the restrictions in C++ [class.friend]p6, which disallow | Douglas Gregor | 2011-10-10 | 1 | -0/+20 |
* | The effective context of a friend function is its lexical | Douglas Gregor | 2011-10-09 | 1 | -0/+13 |
* | Tweak the diagnostics for the C++0x extensions to friend types to note | Douglas Gregor | 2011-05-10 | 1 | -1/+1 |
* | Don't crash on hierarchy static_casts which appear in variable initializers. | John McCall | 2011-02-14 | 1 | -0/+15 |
* | When parsing an out-of-line member function declaration, we must delay | John McCall | 2011-02-14 | 1 | -0/+21 |
* | Access control polish: drop the note on the original declaration and | John McCall | 2010-10-20 | 1 | -3/+2 |
* | Support friend function declarations in local classes correctly. | John McCall | 2010-10-13 | 1 | -0/+19 |
* | When we complain about a member being inaccessible due to a constraint | Douglas Gregor | 2010-05-28 | 1 | -1/+1 |
* | When filtering out previous declarations of friend functions, consider the | John McCall | 2010-05-28 | 1 | -3/+22 |
* | I hate this commit. | Douglas Gregor | 2010-05-18 | 1 | -2/+2 |
* | C++98/03 [temp.friend]p4 requires that inline function definitions | Douglas Gregor | 2010-05-17 | 1 | -2/+2 |
* | Recommit my change to how C++ does elaborated type lookups, now with | John McCall | 2010-04-23 | 1 | -0/+7 |
* | Revert "C++ doesn't really use "namespaces" for different kinds of names the ... | Daniel Dunbar | 2010-04-23 | 1 | -7/+0 |
* | C++ doesn't really use "namespaces" for different kinds of names the same | John McCall | 2010-04-23 | 1 | -0/+7 |
* | Fix the access checking of function and function template argument types, | Chandler Carruth | 2010-04-18 | 1 | -0/+24 |
* | Support befriending members of class template specializations. | John McCall | 2010-04-13 | 1 | -0/+34 |
* | Allow classes to befriend implicitly-declared members. Fixes PR6207 for | John McCall | 2010-04-13 | 1 | -0/+11 |
* | Don't try to find a scope corresponding to the search DC for an unfound | John McCall | 2010-04-13 | 1 | -0/+19 |
* | Turn access control on by default in -cc1. | John McCall | 2010-04-09 | 1 | -1/+1 |
* | Improve handling of friend types in several ways: | Douglas Gregor | 2010-04-07 | 2 | -0/+42 |
* | add a slight variation of test3, where | Gabor Greif | 2010-03-26 | 1 | -0/+12 |
* | Reapply r99596 with a fix: link an instantiated friend function to its | John McCall | 2010-03-26 | 1 | -0/+15 |
* | Fix a very minor oversight in privileges-elevation: we were only considering | John McCall | 2010-03-25 | 1 | -0/+16 |
* | When elevating access along an inheritance path, initialize the computed | John McCall | 2010-03-18 | 1 | -0/+34 |
* | Add an extra test to this test-case. | John McCall | 2010-03-12 | 1 | -1/+7 |
* | Implement basic support for friend types and functions in non-dependent | John McCall | 2010-03-12 | 1 | -1/+50 |
* | When pretty-printing tag types, only print the tag if we're in C (and | John McCall | 2010-03-10 | 1 | -9/+9 |
* | Fix the lookup of names used in a friend declaration to not attempt to | Chandler Carruth | 2010-03-01 | 1 | -0/+62 |