Lines Matching full:warning
5 // expected-warning@+1 {{empty paragraph passed to '\brief' command}}
8 // expected-warning@+2 {{empty paragraph passed to '\brief' command}}
16 // expected-warning@+2 {{parameter 'aab' not found in the function declaration}} expected-note@+2 {{did you mean 'aaa'?}}
22 // expected-warning@+1 {{empty paragraph passed to '\brief' command}}
26 // expected-warning@+1 {{empty paragraph passed to '\brief' command}}
31 // expected-warning@+1 {{empty paragraph passed to '\brief' command}}
36 // expected-warning@+1 {{empty paragraph passed to '\brief' command}}
50 // expected-warning@+1 {{empty paragraph passed to '\brief' command}}
55 // expected-warning@+1 {{empty paragraph passed to '\brief' command}}
58 // expected-warning@+1 {{empty paragraph passed to '\brief' command}}
63 // expected-warning@+1 {{empty paragraph passed to '\brief' command}}
71 // expected-warning@+1 {{empty paragraph passed to '\brief' command}}
78 // expected-warning@+1 {{empty paragraph passed to '\brief' command}}
89 // expected-warning@+1 {{'\returns' command used in a comment that is attached to a method returning void}}
94 // expected-warning@+2 {{parameter 'bbb' not found in the function declaration}} expected-note@+2 {{did you mean 'ccc'?}}
101 // expected-warning@+2 {{'@method' command should be used in a comment attached to an Objective-C method declaration}}
110 // expected-warning@+5 {{'@interface' command should not be used in a comment attached to a non-interface declaration}}
111 // expected-warning@+5 {{'@classdesign' command should not be used in a comment attached to a non-container declaration}}
112 // expected-warning@+5 {{'@coclass' command should not be used in a comment attached to a non-container declaration}}
127 // expected-warning@+4 {{'@methodgroup' command should be used in a comment attached to an Objective-C method declaration}}
128 // expected-warning@+6 {{'@method' command should be used in a comment attached to an Objective-C method declaratio}}
140 // expected-warning@+2 {{'@protocol' command should not be used in a comment attached to a non-protocol declaration}}
152 // expected-warning@+3 {{unknown command tag name}}
164 // expected-warning@+2 {{'@protocol' command should not be used in a comment attached to a non-protocol declaration}}
170 // expected-warning@+2 {{'@struct' command should not be used in a comment attached to a non-struct declaration}}
176 // expected-warning@+1 {{unknown command tag name}}
211 @implementation rdar14024851 // expected-warning {{method definition for 'meth' not found}} expected-note {{previous definition}}