summaryrefslogtreecommitdiff
path: root/include/clang/AST/DeclFriend.h
Commit message (Expand)AuthorAge
* Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.Benjamin Kramer2014-05-10
* [C++11] Use 'nullptr'Craig Topper2014-05-06
* [C++11] Replacing CXXRecordDecl iterators friend_begin() and friend_end() wit...Aaron Ballman2014-03-13
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-11
* Lazily deserialize the "first' friend declaration when deserializing a classRichard Smith2013-06-26
* Use only explicit bool conversion operatorDavid Blaikie2013-05-15
* Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...Dmitri Gribenko2013-05-05
* Added outer template parameter lists to friend type AST nodes.Enea Zaffanella2013-01-31
* Remove pointless classof()'s.Sean Silva2012-10-11
* Fixed friend decl source range.Abramo Bagnara2012-10-04
* Per C++11 [class.friend]p3, the 'friend' keyword must appear first in aRichard Smith2012-09-20
* Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h.Benjamin Kramer2012-07-04
* Drop the ASTContext.h include from Stmt.h and fix up transitive users.Benjamin Kramer2012-07-04
* [AST/etc] Mark {getSourceRange(),getStartLoc(),getEndLoc()} as LLVM_READONLY.Daniel Dunbar2012-03-09
* When creating declarations that are deserialized from an module file,Douglas Gregor2012-01-05
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* Fixed end location of FriendDecl.Abramo Bagnara2011-03-04
* Lazily load the next friend in the chain of FriendDecls, to eliminateDouglas Gregor2010-10-27
* White-listing templated-scope friend decls is a good idea, but doing itJohn McCall2010-10-16
* Make some docstring clarifications, after discussion with dgregor.Craig Silverstein2010-09-01
* Rename PCHDeclReader -> ASTDeclReader.Sebastian Redl2010-08-18
* Do the PCH->AST rename for ASTWriter's implementation parts.Sebastian Redl2010-08-18
* Make the constructor explicit.Argyrios Kyrtzidis2010-06-30
* Support C++ friend declarations for PCH.Argyrios Kyrtzidis2010-06-29
* Implement dependent friend function template specializations.John McCall2010-04-08
* Remove the AST statistics tracking I added yesterday; it didn't pan out.Douglas Gregor2010-03-31
* Introduce new AST statistics that keep track of the number of isa (orDouglas Gregor2010-03-30
* Preserve type-source information in friend declarations.John McCall2010-03-25
* Implement basic support for friend types and functions in non-dependentJohn McCall2010-03-12
* Split C++ friend declarations into their own header/implementation file.John McCall2010-03-11