13 lines
542 B
ReStructuredText
13 lines
542 B
ReStructuredText
.. 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.
|