Home | History | Annotate | Download | only in Analysis

Lines Matching full:warning

5 // FIXME: We stopped warning on these when SValBuilder got smarter about
10 bool constant = 2; // no-warning
12 bool x = y; // no-warning
16 bool x = y; // no-warning
19 bool x = y; // no-warning
23 bool x = 0; // no-warning
25 x = y; // no-warning
29 x = y; // no-warning
32 x = y; // no-warning
40 BOOL constant = 2; // expected-warning {{Assignment of a non-Boolean value}}
42 BOOL x = y; // expected-warning {{Assignment of a non-Boolean value}}
46 // FIXME: Currently we are loosing this warning due to a SymbolCast in RHS.
47 BOOL x = y; // no-warning
51 BOOL x = y; // expected-warning{{Assignment of a non-Boolean value}}
55 BOOL x = y; // expected-warning {{Assignment of a non-Boolean value}}
58 BOOL x = y; // no-warning
62 BOOL x = 0; // no-warning
64 x = y; // expected-warning {{Assignment of a non-Boolean value}}
68 x = y; // expected-warning {{Assignment of a non-Boolean value}}
71 x = y; // no-warning
80 Boolean constant = 2; // expected-warning {{Assignment of a non-Boolean value}}
82 Boolean x = y; // expected-warning {{Assignment of a non-Boolean value}}
86 Boolean x = y; // expected-warning {{Assignment of a non-Boolean value}}
89 Boolean x = y; // no-warning
93 Boolean x = 0; // no-warning
95 x = y; // expected-warning {{Assignment of a non-Boolean value}}
99 x = y; // expected-warning {{Assignment of a non-Boolean value}}
102 x = y; // no-warning