Searched refs:PR10127 (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/CXX/expr/expr.prim/expr.prim.general/
H A Dp8-0x.cpp6 namespace PR10127 { namespace
33 a.decltype(outer::middle())::mfunc(); // expected-error{{'PR10127::outer::middle::mfunc' is not a member of class 'decltype(outer::middle::inner())'}}
44 decltype(outer())::fail d; // expected-error{{no type named 'fail' in 'PR10127::outer'}}
45 decltype(outer())::fail::inner e; // expected-error{{no member named 'fail' in 'PR10127::outer'}}
50 decltype(int())::PR10127::outer i; // expected-error{{'decltype(int())' (aka 'int') is not a class, namespace, or scoped enumeration}}
61 template class templ<int>; // expected-note{{in instantiation of template class 'PR10127::templ<int>' requested here}}

Completed in 860 milliseconds