llvm/clang-tools-extra/docs/clang-tidy/checks/clang-analyzer/security.insecureAPI.UncheckedReturn.rst

.. title:: clang-tidy - clang-analyzer-security.insecureAPI.UncheckedReturn
.. meta::
   :http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#security-insecureapi-uncheckedreturn

clang-analyzer-security.insecureAPI.UncheckedReturn
===================================================

Warn on uses of functions whose return values must be always checked.

The `clang-analyzer-security.insecureAPI.UncheckedReturn` check is an alias, please see
`Clang Static Analyzer Available Checkers
<https://clang.llvm.org/docs/analyzer/checkers.html#security-insecureapi-uncheckedreturn>`_
for more information.