llvm/clang-tools-extra/docs/clang-tidy/checks/clang-analyzer/cplusplus.InnerPointer.rst

.. title:: clang-tidy - clang-analyzer-cplusplus.InnerPointer
.. meta::
   :http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#cplusplus-innerpointer

clang-analyzer-cplusplus.InnerPointer
=====================================

Check for inner pointers of C++ containers used after re/deallocation.

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