llvm-project/clang/test/CXX/temp
Richard Smith 7a73449b31 If we friend a declaration twice, that should not make it visible to name
lookup in the surrounding context. Slightly rework how we handle friend
declarations to inherit the visibility of the prior declaration, rather
than setting a friend declaration to be visible whenever there was a prior
declaration.

llvm-svn: 186040
2013-07-10 22:04:13 +00:00
..
temp.arg Add triples to these tests since they're now using TLS, which isn't available on all targets. 2013-04-15 08:00:15 +00:00
temp.decls If we friend a declaration twice, that should not make it visible to name 2013-07-10 22:04:13 +00:00
temp.fct.spec Add quotation marks to template names in diagnostics. 2013-03-05 06:21:38 +00:00
temp.names 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
temp.param Move detection of reference members binding to temporaries from building of 2013-06-12 21:51:50 +00:00
temp.res Fix regression in r168477. Use canonical decl when looking for base class 2012-11-22 00:40:54 +00:00
temp.spec Extend template instantiation bug fix (r184503) with fixit test 2013-06-21 18:49:56 +00:00
temp.type Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
p3.cpp Promote the warning about extra qualification on a declaration from a 2012-09-13 20:16:20 +00:00