[cfe-commits] r78653 - in /cfe/trunk: include/clang/AST/DeclBase.h include/clang/AST/DeclCXX.h include/clang/AST/DeclNodes.def include/clang/Parse/Action.h lib/AST/DeclBase.cpp lib/AST/DeclCXX.cpp lib/Parse/ParseCXXInlineMethods.cpp lib/Parse/ParseDeclCXX.cpp lib/Sema/Sema.h lib/Sema/SemaDecl.cpp lib/Sema/SemaDeclCXX.cpp lib/Sema/SemaLookup.cpp test/CXX/basic/basic.lookup/basic.lookup.argdep/p4.cpp

Argyrios Kyrtzidis kyrtzidis at apple.com
Tue Aug 11 10:46:21 PDT 2009


Hi John,

On Aug 10, 2009, at 11:59 PM, John McCall wrote:

> Author: rjmccall
> Date: Tue Aug 11 01:59:38 2009
> New Revision: 78653
>
> URL: http://llvm.org/viewvc/llvm-project?rev=78653&view=rev
> Log:
> Argument-dependent lookup for friend declarations.  Add a new decl  
> type,
> FriendFunctionDecl, and create instances as appropriate.

Do you plan to add a FriendClassDecl as well ? How will we find from  
the AST that there's a "friend class X;" declaration ?

-Argiris




More information about the cfe-commits mailing list