[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

John McCall rjmccall at apple.com
Tue Aug 11 10:53:00 PDT 2009


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

That's exactly what I'm working on now, down to the name.

John.



More information about the cfe-commits mailing list