10 lines
332 B
ReStructuredText
10 lines
332 B
ReStructuredText
|
.. 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.
|