Cookie crumbs.

llvm-svn: 117356
This commit is contained in:
John McCall 2010-10-26 06:41:10 +00:00
parent 75851b1a7f
commit edba521a03
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ namespace test5 {
} }
// rdar://problem/8592139 // rdar://problem/8592139
// FIXME: this should resolve to the unavailable candidate
namespace test6 { namespace test6 {
void foo(id); // expected-note {{candidate}} void foo(id); // expected-note {{candidate}}
void foo(A*) __attribute__((unavailable)); // expected-note {{explicitly made unavailable}} void foo(A*) __attribute__((unavailable)); // expected-note {{explicitly made unavailable}}