summaryrefslogtreecommitdiff
path: root/clang/lib/AST/DeclFriend.cpp
AgeCommit message (Expand)Author
2024-11-24[AST] Migrate away from PointerUnion::{is,get} (NFC) (#117469)Kazu Hirata
2024-11-17[AST] Remove unused includes (NFC) (#116549)Kazu Hirata
2024-08-15[Clang] Implement C++26’s P2893R3 ‘Variadic friends’ (#101448)Sirraide
2024-04-25[NFC] [Serialization] Avoid using DeclID directly as much as possibleChuanqi Xu
2024-04-25Revert "[NFC] [Serialization] Avoid using DeclID directly as much as possible"Chuanqi Xu
2024-04-25[NFC] [Serialization] Avoid using DeclID directly as much as possibleChuanqi Xu
2024-04-25[NFC] Move DeclID from serialization/ASTBitCodes.h to AST/DeclID.h (#89873)Chuanqi Xu
2024-04-19[NFC] [Serialization] Use semantical type 'DeclID' for 'CreateDeserialized'Chuanqi Xu
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-04-03[AST] Fix some Clang-tidy modernize-use-auto warnings; other minor fixes (NFC).Eugene Zelenko
2017-11-10[AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko
2015-12-29[TrailingObjects] Convert Decl* classes.James Y Knight
2014-05-12[C++11] Use 'nullptr'. AST edition.Craig Topper
2013-11-22Add class-specific operator new to Decl hierarchy. This guarantees that DeclsRichard Smith
2013-06-26Lazily deserialize the "first' friend declaration when deserializing a classRichard Smith
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