Point to the relevant 'nonnull' or 'returns_nonnull' attribute when complaining about 'a == 0' or 'f() == 0' expressions.
Details
Details
Diff Detail
Diff Detail
Differential D21352
Add a "declared 'nonnull' here" note to warnings where an expression is checked against null. nlewycky on Jun 14 2016, 2:37 PM. Authored by
Details
Point to the relevant 'nonnull' or 'returns_nonnull' attribute when complaining about 'a == 0' or 'f() == 0' expressions.
Diff Detail |