summaryrefslogtreecommitdiffstats
path: root/lib/AST/DeclFriend.cpp
Commit message (Expand)AuthorAgeFilesLines
* [AST] Fix some Clang-tidy modernize-use-auto warnings; other minor fixes (NFC).Eugene Zelenko2018-04-031-3/+3
* [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-11-101-6/+14
* [TrailingObjects] Convert Decl* classes.James Y Knight2015-12-291-2/+5
* [C++11] Use 'nullptr'. AST edition.Craig Topper2014-05-121-1/+1
* Add class-specific operator new to Decl hierarchy. This guarantees that DeclsRichard Smith2013-11-221-9/+5
* Lazily deserialize the "first' friend declaration when deserializing a classRichard Smith2013-06-261-0/+5
* Added outer template parameter lists to friend type AST nodes.Enea Zaffanella2013-01-311-5/+16
* Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h.Benjamin Kramer2012-07-041-0/+6
* 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