summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/DeclFriend.h
Commit message (Expand)AuthorAgeFilesLines
* [TrailingObjects] Convert Decl* classes.James Y Knight2015-12-291-14/+10
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Fix FriendDecl source location and range for class templates and function dec...Nikola Smiljanic2014-07-171-0/+4
* Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.Benjamin Kramer2014-05-101-0/+1
* [C++11] Use 'nullptr'Craig Topper2014-05-061-2/+2
* [C++11] Replacing CXXRecordDecl iterators friend_begin() and friend_end() wit...Aaron Ballman2014-03-131-0/+4
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-111-1/+1
* Lazily deserialize the "first' friend declaration when deserializing a classRichard Smith2013-06-261-1/+1
* Use only explicit bool conversion operatorDavid Blaikie2013-05-151-1/+1
* Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...Dmitri Gribenko2013-05-051-1/+1
* Added outer template parameter lists to friend type AST nodes.Enea Zaffanella2013-01-311-9/+41
* Remove pointless classof()'s.Sean Silva2012-10-111-1/+0
* Fixed friend decl source range.Abramo Bagnara2012-10-041-3/+9
* Per C++11 [class.friend]p3, the 'friend' keyword must appear first in aRichard Smith2012-09-201-1/+2
* Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h.Benjamin Kramer2012-07-041-4/+5
* Drop the ASTContext.h include from Stmt.h and fix up transitive users.Benjamin Kramer2012-07-041-0/+1
* [AST/etc] Mark {getSourceRange(),getStartLoc(),getEndLoc()} as LLVM_READONLY.Daniel Dunbar2012-03-091-1/+2
* When creating declarations that are deserialized from an module file,Douglas Gregor2012-01-051-1/+1
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+1
* Fixed end location of FriendDecl.Abramo Bagnara2011-03-041-0/+11
* Lazily load the next friend in the chain of FriendDecls, to eliminateDouglas Gregor2010-10-271-4/+9
* White-listing templated-scope friend decls is a good idea, but doing itJohn McCall2010-10-161-1/+15
* Make some docstring clarifications, after discussion with dgregor.Craig Silverstein2010-09-011-6/+6
* Rename PCHDeclReader -> ASTDeclReader.Sebastian Redl2010-08-181-1/+1
* Do the PCH->AST rename for ASTWriter's implementation parts.Sebastian Redl2010-08-181-1/+1
* Make the constructor explicit.Argyrios Kyrtzidis2010-06-301-1/+2
* Support C++ friend declarations for PCH.Argyrios Kyrtzidis2010-06-291-0/+6
* Implement dependent friend function template specializations.John McCall2010-04-081-9/+1
* Remove the AST statistics tracking I added yesterday; it didn't pan out.Douglas Gregor2010-03-311-3/+0
* Introduce new AST statistics that keep track of the number of isa (orDouglas Gregor2010-03-301-0/+3
* Preserve type-source information in friend declarations.John McCall2010-03-251-3/+3
* Implement basic support for friend types and functions in non-dependentJohn McCall2010-03-121-0/+72
* Split C++ friend declarations into their own header/implementation file.John McCall2010-03-111-0/+95