Lines Matching +full:- +full:wno +full:- +full:error
1 // RUN: %clang_cc1 -fsyntax-only -fobjc-runtime=macosx-fragile -verify -pedantic -Wno-objc-root-cla…
2 // RUN: %clang_cc1 -fsyntax-only -fobjc-runtime=macosx-fragile -verify -x objective-c++ -Wno-objc-r…
3 // RUN: %clang_cc1 -fsyntax-only -fobjc-runtime=macosx-fragile -verify -x objective-c++ -Wno-objc-r…
4 // RUN: %clang_cc1 -fsyntax-only -fobjc-runtime=macosx-fragile -verify -x objective-c++ -Wno-objc-r…
8 - () METH;
9 - (unsigned) METH2;
20 void test2(NSNumber x) { // expected-error {{interface type 'NSNumber' cannot be passed by value; d…
36 [4][NSNumber METH2]+2, // expected-warning {{use of GNU 'missing =' extension in designator}}
37 [4][x METH2]+2 // expected-warning {{use of GNU 'missing =' extension in designator}}
43 …// expected-error@-2 {{non-constant-expression cannot be narrowed from type 'unsigned int' to 'int…
44 // expected-note@-3 {{insert an explicit cast to silence this issue}}
46 .x [x METH2] // expected-error {{expected '=' or another designator}}
48 …// expected-error@-2 {{non-constant-expression cannot be narrowed from type 'unsigned int' to 'int…
49 // expected-note@-3 {{insert an explicit cast to silence this issue}}