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