14 lines
434 B
ReStructuredText
14 lines
434 B
ReStructuredText
|
.. title:: clang-tidy - clang-analyzer-unix.Errno
|
||
|
.. meta::
|
||
|
:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#unix-errno
|
||
|
|
||
|
clang-analyzer-unix.Errno
|
||
|
=========================
|
||
|
|
||
|
Check for improper use of 'errno'.
|
||
|
|
||
|
The `clang-analyzer-unix.Errno` check is an alias, please see
|
||
|
`Clang Static Analyzer Available Checkers
|
||
|
<https://clang.llvm.org/docs/analyzer/checkers.html#unix-errno>`_
|
||
|
for more information.
|