Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   sparse    ( 1 )

семантический парсер для C (Semantic Parser for C)

Имя (Name)

sparse - Semantic Parser for C


Синопсис (Synopsis)

sparse [WARNING OPTIONS]... file.c


Описание (Description)

Sparse parses C source and looks for errors, producing warnings on standard error.

Sparse accepts options controlling the set of warnings to generate. To turn on warnings Sparse does not issue by default, use the corresponding warning option -Wsomething. Sparse issues some warnings by default; to turn off those warnings, pass the negation of the associated warning option, -Wno-something.