When analyzing the sources with clang tidy we get the following warning
warning: clang-analyzer-optin.cplusplus.VirtualCall
Call to virtual function during destruction
ClearDefaultActionsLocked();
in the below code block line 1472
|
ClearDefaultActionsLocked(); |
When analyzing the sources with clang tidy we get the following warning
warning: clang-analyzer-optin.cplusplus.VirtualCall
Call to virtual function during destruction
ClearDefaultActionsLocked();
in the below code block line 1472
googlemock/googlemock/include/gmock/gmock-spec-builders.h
Line 1472 in f7d03d2