Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:NonLiteral

878 struct NonLiteral {
879 NonLiteral();
882 constexpr int k = NonLiteral().f(); // expected-error {{constant expression}} expected-note {{non-literal type 'Temporaries::NonLiteral'}}