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 https://github.com/google/googlemock/blob/f7d03d2734759ee12b57d2dbcb695607d89e8e05/googlemock/include/gmock/gmock-spec-builders.h#L1472
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