14 lines
552 B
ReStructuredText
14 lines
552 B
ReStructuredText
|
.. title:: clang-tidy - clang-analyzer-optin.portability.UnixAPI
|
||
|
.. meta::
|
||
|
:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#optin-portability-unixapi
|
||
|
|
||
|
clang-analyzer-optin.portability.UnixAPI
|
||
|
========================================
|
||
|
|
||
|
Finds implementation-defined behavior in UNIX/Posix functions.
|
||
|
|
||
|
The `clang-analyzer-optin.portability.UnixAPI` check is an alias, please see
|
||
|
`Clang Static Analyzer Available Checkers
|
||
|
<https://clang.llvm.org/docs/analyzer/checkers.html#optin-portability-unixapi>`_
|
||
|
for more information.
|