aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/DeclFriend.h
AgeCommit message (Expand)Author
2013-05-05Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...Dmitri Gribenko
2013-01-31Added outer template parameter lists to friend type AST nodes.Enea Zaffanella
2012-10-11Remove pointless classof()'s.Sean Silva
2012-10-04Fixed friend decl source range.Abramo Bagnara
2012-09-20Per C++11 [class.friend]p3, the 'friend' keyword must appear first in aRichard Smith
2012-07-04Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h.Benjamin Kramer
2012-07-04Drop the ASTContext.h include from Stmt.h and fix up transitive users.Benjamin Kramer
2012-03-09[AST/etc] Mark {getSourceRange(),getStartLoc(),getEndLoc()} as LLVM_READONLY.Daniel Dunbar
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
2011-03-04Fixed end location of FriendDecl.Abramo Bagnara
2010-10-27Lazily load the next friend in the chain of FriendDecls, to eliminateDouglas Gregor
2010-10-16White-listing templated-scope friend decls is a good idea, but doing itJohn McCall
2010-09-01Make some docstring clarifications, after discussion with dgregor.Craig Silverstein
2010-08-18Rename PCHDeclReader -> ASTDeclReader.Sebastian Redl
2010-08-18Do the PCH->AST rename for ASTWriter's implementation parts.Sebastian Redl
2010-06-30Make the constructor explicit.Argyrios Kyrtzidis
2010-06-29Support C++ friend declarations for PCH.Argyrios Kyrtzidis
2010-04-08Implement dependent friend function template specializations.John McCall
2010-03-31Remove the AST statistics tracking I added yesterday; it didn't pan out.Douglas Gregor
2010-03-30Introduce new AST statistics that keep track of the number of isa (orDouglas Gregor
2010-03-25Preserve type-source information in friend declarations.John McCall
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