Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Diagnose invalid cv-qualifiers for friend decls. | Eli Friedman | 2018-08-03 | 1 | -2/+13 |
* | Issue a diagnostic if we see a templated friend declaration that we do not | Richard Smith | 2013-11-08 | 1 | -3/+10 |
* | 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 |
* | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith | 2011-10-13 | 1 | -1/+1 |
* | Improve handling of friend types in several ways: | Douglas Gregor | 2010-04-07 | 1 | -0/+29 |