hanchenye-llvm-project/clang/test/CXX/class.access
Richard Smith 114394f824 Implement [class.friend]p11's special name lookup rules for friend declarations
of local classes. We were previously handling this by performing qualified
lookup within a function declaration(!!); replace it with the proper scope
lookup.

llvm-svn: 188050
2013-08-09 04:35:01 +00:00
..
class.access.base Don't crash when diagnosing path-constrained protected 2013-02-27 00:08:19 +00:00
class.access.dcl
class.access.nest
class.friend Implement [class.friend]p11's special name lookup rules for friend declarations 2013-08-09 04:35:01 +00:00
class.protected Only suppress instance context if a member is actually 2013-02-22 03:52:55 +00:00
p4.cpp Fix some confusing diagnostic wording. s/implicit default/implicit/ if we're 2013-06-13 03:34:55 +00:00
p6.cpp