llvm-project/clang/test/CXX/special/class.copy
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
..
implicit-move-def.cpp Make test work with ARM C++ ABI. 2011-11-01 03:30:32 +00:00
implicit-move.cpp Implement [class.friend]p11's special name lookup rules for friend declarations 2013-08-09 04:35:01 +00:00
p3.cpp
p8-cxx11.cpp Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
p9.cpp
p11.0x.copy.cpp Move detection of reference members binding to temporaries from building of 2013-06-12 21:51:50 +00:00
p11.0x.move.cpp Move detection of reference members binding to temporaries from building of 2013-06-12 21:51:50 +00:00
p12-0x.cpp Finish implementing 'selected constructor' rules for triviality in C++11. In 2012-12-08 08:32:28 +00:00
p13-0x.cpp PR13051: If a constructor is explicitly defaulted, it isn't marked as being 2012-06-08 21:09:22 +00:00
p15-0x.cpp Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
p15-inclass.cpp hopefully fix a bunch of ARM buildbot failures 2012-05-09 21:21:49 +00:00
p18-cxx11.cpp Store on the CXXRecordDecl whether the class has, or would have, a copy 2012-11-28 06:23:12 +00:00
p20.cpp
p23-cxx11.cpp Improve diagnostic wording for when an implicitly-deleted special member 2012-12-28 12:23:24 +00:00
p25-0x.cpp Finish implementing 'selected constructor' rules for triviality in C++11. In 2012-12-08 08:32:28 +00:00
p28-cxx11.cpp Fix some wrong-code bugs in implicitly-defined assignment operators: 2012-11-13 00:54:12 +00:00
p33-0x.cpp Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00