семантический парсер для C (Semantic Parser for C)
Другие параметры (Other options)
-fdiagnostic-prefix[=PREFIX]
Prefix all diagnostics by the given PREFIX, followed by ":
". If no one is given "sparse" is used. The default is
to not use a prefix at all.
-fmemcpy-max-count=COUNT
Set the limit for the warnings given by -Wmemcpy-max-
count
. A COUNT of 'unlimited' or '0' will effectively
disable the warning. The default limit is 100000.
-ftabstop=WIDTH
Set the distance between tab stops. This helps sparse
report correct column numbers in warnings or errors. If
the value is less than 1 or greater than 100, the option
is ignored. The default is 8.
-f[no-]unsigned-bitfields, -f[no-]signed-bitfields
Determine the signedness of bitfields declared without an
explicit sign ('signed' or 'unsigned'). By default such
bitfields are signed, like others plain integers.
-f[no-]unsigned-char, -f[no-]signed-char
Let plain 'char' be unsigned or signed. By default chars
are signed.