llvm/clang-tools-extra/docs/clang-tidy/checks/clang-analyzer/core.StackAddressEscape.rst

.. title:: clang-tidy - clang-analyzer-core.StackAddressEscape
.. meta::
   :http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#core-stackaddressescape

clang-analyzer-core.StackAddressEscape
======================================

Check that addresses to stack memory do not escape the function.

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