[clang] Add tracking source deduction guide for the explicitly-written
[llvm-project.git] / clang-tools-extra / docs / clang-tidy / checks / clang-analyzer / optin.cplusplus.VirtualCall.rst
blob4b7a25441f9f80084a7ae4623dd0d82caae6a623
1 .. title:: clang-tidy - clang-analyzer-optin.cplusplus.VirtualCall
2 .. meta::
3    :http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#optin-cplusplus-virtualcall
5 clang-analyzer-optin.cplusplus.VirtualCall
6 ==========================================
8 Check virtual function calls during construction/destruction.
10 The `clang-analyzer-optin.cplusplus.VirtualCall` check is an alias, please see
11 `Clang Static Analyzer Available Checkers
12 <https://clang.llvm.org/docs/analyzer/checkers.html#optin-cplusplus-virtualcall>`_
13 for more information.