summaryrefslogtreecommitdiff
path: root/lib/AST/DeclFriend.cpp
Commit message (Expand)AuthorAge
* [C++11] Use 'nullptr'. AST edition.Craig Topper2014-05-12
* Add class-specific operator new to Decl hierarchy. This guarantees that DeclsRichard Smith2013-11-22
* Lazily deserialize the "first' friend declaration when deserializing a classRichard Smith2013-06-26
* Added outer template parameter lists to friend type AST nodes.Enea Zaffanella2013-01-31
* Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h.Benjamin Kramer2012-07-04
* When creating declarations that are deserialized from an module file,Douglas Gregor2012-01-05
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* Support C++ friend declarations for PCH.Argyrios Kyrtzidis2010-06-29
* Implement basic support for friend types and functions in non-dependentJohn McCall2010-03-12
* Split C++ friend declarations into their own header/implementation file.John McCall2010-03-11