summaryrefslogtreecommitdiffstats
path: root/lib/AST/DeclFriend.cpp
Commit message (Expand)AuthorAgeFilesLines
* When creating declarations that are deserialized from an module file,Douglas Gregor2012-01-051-2/+3
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+2
* Support C++ friend declarations for PCH.Argyrios Kyrtzidis2010-06-291-0/+4
* Implement basic support for friend types and functions in non-dependentJohn McCall2010-03-121-1/+3
* Split C++ friend declarations into their own header/implementation file.John McCall2010-03-111-0/+39