Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a couple more tests. | Eli Friedman | 2013-06-20 | 1 | -0/+4 |
| | | | | llvm-svn: 184501 | ||||
* | Implement the restrictions in C++ [class.friend]p6, which disallow | Douglas Gregor | 2011-10-10 | 1 | -0/+20 |
defining a friend function with a qualified name or in a local class. Fixes PR9853. llvm-svn: 141524 |