|
NAMExolint —
detect errors in programs using
xo_emit(3)
SYNOPSIS
DESCRIPTIONxolint is a tool for reporting common mistakes in format
strings in source code that invokes
xo_emit(3).
It allows these errors to be diagnosed at build time, rather than waiting
until runtime.
The output message contains the source filename and line number,
the class of the message, the message, and, if % xolint -t xolint.c xolint.c: 16: error: anchor format should be "%d" 16 xo_emit("{[:/%s}"); SEE ALSOlibxo(3), xo_emit(3)ADDITIONAL DOCUMENTATIONFreeBSD useslibxo version
0.6.1. Complete documentation can be found on github:
http://juniper.github.io/libxo/0.6.1/libxo-manual.html
https://github.com/Juniper/libxo The latest release of https://github.com/Juniper/libxo/releases HISTORYThelibxo library was added in FreeBSD
11.0.
AUTHORPhil Shafer
Visit the GSP FreeBSD Man Page Interface. |