hanchenye-llvm-project/clang/test/CXX
John McCall f8bd861ce9 Borrow a friend class's previous declaration's access specifier regardless of
whether the current context is dependent.

Thanks to Anders for pointing this out.

llvm-svn: 80828
2009-09-02 19:32:14 +00:00
..
basic Argument-dependent lookup for friend declarations. Add a new decl type, 2009-08-11 06:59:38 +00:00
class When adding a friend class declaration to the lookup tables, use the access specifier 2009-09-02 02:15:17 +00:00
class.derived/class.virtual When a member reference expression includes a qualifier on the member 2009-08-26 22:36:53 +00:00
dcl.dcl More work on using declarations. 2009-08-28 03:35:18 +00:00
dcl.decl/dcl.meaning Store the isAddressOfOperand in the UnresolvedDeclRefExpr, so that we can pass it when instantiating the expr. Fixes another member pointer bug. 2009-07-09 00:05:08 +00:00
lex/lex.trigraph Tests for C++ lex.trigraph, patch by Mats! 2009-08-23 08:22:33 +00:00
over Update for LLVM API change. 2009-07-27 21:00:51 +00:00
temp Borrow a friend class's previous declaration's access specifier regardless of 2009-09-02 19:32:14 +00:00