extra/untracked_param: mark lost parameters
[smatch.git] / validation / preprocessor / early-escape.c
blob5ca5e8f42b580c1defd5d0bd4ce089915acc9669
1 #if 0
2 "\l"
3 #endif
5 /*
6 * check-description:
7 * Following the C standard, escape conversion must be
8 * done in phase 5, just after preprocessing and just
9 * before string concatenation. So we're not supposed
10 * to receive a diagnostic for an unknown escape char
11 * for a token which is excluded by the preprocessor.
12 * check-name: early-escape
13 * check-command: sparse -E $file
15 * check-output-start
18 * check-output-end
20 * check-error-start
21 * check-error-end