Lines Matching +full:missing +full:- +full:braces
15 * Run `tools/run-tests.py --check-vera` to check several
41 --- Bad ---
68 --- Bad ---
107 --- Bad ---
142 --- Bad ---
155 /* Missing comment after else. */
163 Each code block must be enclosed in curly braces even
164 if it is a single line statement. These braces must
200 * switch-case is not terminated by
223 --- Bad ---
293 * No newlines are allowed between control statements (if-else, while,
307 int j = a - 1;
321 b = i - 3;
341 --- Bad ---
407 call_function (a * (b + !!c) - d + (e % f));
414 --- Bad ---
471 --- Bad ---
480 /* Parentheses are missing. */
516 --- Bad ---
563 --- Bad ---
596 inside for-loops. It is recommended to declare a
638 --- Bad ---
663 /* No need to add multiple _p-s for multiple indirections.
673 --- Bad ---
719 --- Bad ---
777 --- Bad ---
784 /* Missing comment before the function. */
795 /* Missing comment at the end of the function. */