hanchenye-llvm-project/clang/test/CXX/basic
John McCall d1e9d835f3 Argument-dependent lookup for friend declarations. Add a new decl type,
FriendFunctionDecl, and create instances as appropriate.

The design of FriendFunctionDecl is still somewhat up in the air;  you can
befriend arbitrary types of functions --- methods, constructors, etc. ---
and it's not clear that this representation captures that very well.
We'll have a better picture when we start consuming this data in access
control.

llvm-svn: 78653
2009-08-11 06:59:38 +00:00
..
basic.def.odr When recursively instantiating function templates, keep track of the 2009-06-30 17:20:14 +00:00
basic.lookup Argument-dependent lookup for friend declarations. Add a new decl type, 2009-08-11 06:59:38 +00:00
basic.start/basic.start.main Semantic checking for main(). 2009-07-25 04:36:53 +00:00