summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/temp/temp.decls/temp.friend/p1.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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 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
* 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
* 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
* Implement a framework for the delay of arbitrary diagnostics withinJohn McCall2010-03-241-0/+32
* Implement non-dependent friend functions and classes.John McCall2010-03-171-1/+32
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Support templateids in friend declarations. Fixes bug 4859.John McCall2009-09-081-0/+5
* Borrow a friend class's previous declaration's access specifier regardless ofJohn McCall2009-09-021-0/+3
* Fix a little crasher in friend decls. Thanks again to Eli for finding this.John McCall2009-09-021-0/+4
* Fix a last-minute typo and make the test not emit temporaries.John McCall2009-08-291-2/+2
* Ensure code generation for friend declarations in class templates.John McCall2009-08-291-2/+2
* Omnibus friend decl refactoring. Instead of cloning AST classes for friendJohn McCall2009-08-281-3/+27
* Support friend declarations in templates and test that argdep lookupJohn McCall2009-08-141-0/+20
OpenPOWER on IntegriCloud