Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add class-specific operator new to Decl hierarchy. This guarantees that Decls | Richard Smith | 2013-11-22 | 1 | -9/+5 |
* | Lazily deserialize the "first' friend declaration when deserializing a class | Richard Smith | 2013-06-26 | 1 | -0/+5 |
* | Added outer template parameter lists to friend type AST nodes. | Enea Zaffanella | 2013-01-31 | 1 | -5/+16 |
* | Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h. | Benjamin Kramer | 2012-07-04 | 1 | -0/+6 |
* | When creating declarations that are deserialized from an module file, | Douglas Gregor | 2012-01-05 | 1 | -2/+3 |
* | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie | 2011-12-20 | 1 | -0/+2 |
* | Support C++ friend declarations for PCH. | Argyrios Kyrtzidis | 2010-06-29 | 1 | -0/+4 |
* | Implement basic support for friend types and functions in non-dependent | John McCall | 2010-03-12 | 1 | -1/+3 |
* | Split C++ friend declarations into their own header/implementation file. | John McCall | 2010-03-11 | 1 | -0/+39 |