summaryrefslogtreecommitdiffstats
path: root/test/CXX/temp/temp.decls/temp.friend
Commit message (Expand)AuthorAgeFilesLines
* Fix implementation of [temp.local]p4.Richard Smith2019-02-151-3/+3
* Revert "Fix implementation of [temp.local]p4."Francis Visoiu Mistrih2019-02-151-3/+3
* Fix implementation of [temp.local]p4.Richard Smith2019-02-151-3/+3
* [Sema] Diagnose an invalid dependent function template specializationErik Pilkington2018-07-191-0/+28
* Improve error message when referencing a non-tag type with a tagReid Kleckner2016-12-091-1/+1
* Fix "unsupported friend" diagnostic to also appear for friend functions with ...Richard Smith2014-09-291-4/+4
* Issue a diagnostic if we see a templated friend declaration that we do notRichard Smith2013-11-081-3/+3
* Reinstate r186040, with additional fixes and more test coverage (reverted inRichard Smith2013-07-171-0/+17
* Re-revert r86040, which was un-reverted in r186199.Chandler Carruth2013-07-151-17/+0
* Unrevert r186040, reverted in r186185, with fix for PR16597.Richard Smith2013-07-121-0/+17
* Revert r186040 to fix PR16597 while Richard investigates what the bestChandler Carruth2013-07-121-17/+0
* If we friend a declaration twice, that should not make it visible to nameRichard Smith2013-07-101-0/+17
* Missing test update from r184884.Richard Smith2013-06-251-1/+1
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-191-0/+1
* Check access to friend declarations. There's a number of differentJohn McCall2012-08-101-0/+3
* A friend template specialization is also dependent if any of itsDouglas Gregor2011-10-091-0/+24
* When parsing a template friend declaration we dropped the templateChandler Carruth2011-05-031-1/+1
* Add test for C++ [temp.friend]p8, which bans partial specializations from bei...Douglas Gregor2010-12-211-0/+6
* When matching template parameter lists to template-ids in a scope specifierJohn McCall2010-10-201-0/+25
* When instantiating a dependently-scoped friend function declaration,John McCall2010-10-191-0/+14
* Instantiate enclosing template parameter lists when instantiating friends.John McCall2010-10-191-1/+10
* Uncomputable contexts are always records but can exist.John McCall2010-10-191-0/+14
* Redirect templated friend class decls to a new Sema callback andJohn McCall2010-10-191-0/+22
* Handle dependent friends more explicitly and deal with the possibilityJohn McCall2010-10-121-8/+53
* Add test case from PR6952, which now works (thanks to Gabor).Douglas Gregor2010-08-301-0/+18
* Revert r111609, which is failing its new test.Douglas Gregor2010-08-201-53/+8
* Detect efforts to declare a template member friend and explicitly ignore them.John McCall2010-08-201-8/+53
* I hate this commit.Douglas Gregor2010-05-181-44/+2
* Diagnose a redefinition error when there are two instantiations of friendDouglas Gregor2010-05-171-5/+17
* Determine when the instantiation of a friend function defined inside aDouglas Gregor2010-05-171-0/+31
* C++98/03 [temp.friend]p4 requires that inline function definitionsDouglas Gregor2010-05-171-0/+9
* Recommit my change to how C++ does elaborated type lookups, now withJohn McCall2010-04-231-2/+2
* Revert "C++ doesn't really use "namespaces" for different kinds of names the ...Daniel Dunbar2010-04-231-2/+2
* C++ doesn't really use "namespaces" for different kinds of names the sameJohn McCall2010-04-231-2/+2
* Parse friend template ids as types instead of ending up inJohn McCall2010-04-141-0/+17
* Fix an embarrasing memory error. I was apparently very tired when I wrote thisJohn McCall2010-04-131-0/+25
* Turn access control on by default in -cc1.John McCall2010-04-091-1/+1
* Set access properly on instantiated friend class template declarations.John McCall2010-04-081-0/+13
* Implement dependent friend function template specializations.John McCall2010-04-081-0/+22
* Improve handling of friend types in several ways:Douglas Gregor2010-04-071-2/+1
* Implement method friends in class templates and fix a few related problems.John McCall2010-03-271-0/+25
* Reapply r99596 with a fix: link an instantiated friend function to itsJohn McCall2010-03-261-0/+13
* Apparently that didn't work. Reverting for now.John McCall2010-03-261-13/+0
* Properly instantiate and link in friend function templates.John McCall2010-03-261-0/+13
* Handle simple friend-class decls in class templates better by ensuring thatJohn McCall2010-03-251-0/+28
* Properly instantiate friend class template declarations and link them intoJohn McCall2010-03-251-0/+23
* Revert 99477 since it appears to be breaking the clang-x86_64-darwin10-fntBob Wilson2010-03-251-14/+0
* Properly instantiate and link in friend-class-template declarations.John McCall2010-03-251-0/+14
* Silently drop dependent friend function template specializations,Douglas Gregor2010-03-241-1/+11
* Support friend function specializations.John McCall2010-03-241-3/+3