Age | Commit message (Expand) | Author |
---|---|---|
2013-01-31 | Added outer template parameter lists to friend type AST nodes. | Enea Zaffanella |
2012-07-04 | Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h. | Benjamin Kramer |
2012-01-05 | When creating declarations that are deserialized from an module file, | Douglas Gregor |
2011-12-20 | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie |
2010-06-29 | Support C++ friend declarations for PCH. | Argyrios Kyrtzidis |
2010-03-12 | Implement basic support for friend types and functions in non-dependent | John McCall |
2010-03-11 | Split C++ friend declarations into their own header/implementation file. | John McCall |