blob: 9fab628b80d4434ad0199edfb06148d4044a187a [file] [log] [blame]
.. title:: clang-tidy - clang-analyzer-cplusplus.PureVirtualCall
clang-analyzer-cplusplus.PureVirtualCall
========================================
Check pure virtual function calls during construction/destruction.
The clang-analyzer-cplusplus.PureVirtualCall check is an alias of
Clang Static Analyzer cplusplus.PureVirtualCall.