Specify that clang-tidy is able to find virtual calls in constructors
We say at some point that unfortunately compilers aren't able to track virtual methods called in base class constructors, but it appears clang-tidy
is able to do so with clang-analyzer-optin.cplusplus.VirtualCall
.
This happens in TCLAP library that is used in MoReFEM to parse command line options
I have to check if there is a likewise warning for CRTPs.