aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/AST/DeclFriend.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-04-03[AST] Fix some Clang-tidy modernize-use-auto warnings; other minor fixes (NFC).Eugene Zelenko1-3/+3
2017-11-10[AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko1-6/+14
2015-12-29[TrailingObjects] Convert Decl* classes.James Y Knight1-2/+5
2014-05-12[C++11] Use 'nullptr'. AST edition.Craig Topper1-1/+1
2013-11-22Add class-specific operator new to Decl hierarchy. This guarantees that DeclsRichard Smith1-9/+5
2013-06-26Lazily deserialize the "first' friend declaration when deserializing a classRichard Smith1-0/+5
2013-01-31Added outer template parameter lists to friend type AST nodes.Enea Zaffanella1-5/+16
2012-07-04Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h.Benjamin Kramer1-0/+6
2012-01-05When creating declarations that are deserialized from an module file,Douglas Gregor1-2/+3
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie1-0/+2
2010-06-29Support C++ friend declarations for PCH.Argyrios Kyrtzidis1-0/+4
2010-03-12Implement basic support for friend types and functions in non-dependentJohn McCall1-1/+3
2010-03-11Split C++ friend declarations into their own header/implementation file.John McCall1-0/+39