mirror of
https://github.com/google/googletest.git
synced 2025-12-12 06:30:00 +08:00
This change attemps to reduce the introduction of exit-time destructors by gtest/gmock whenever it is possible, to just skip the destructor during termination. This is useful for codebases that aim to comply with clang's `-Wexit-time-destructors`. However, this change does not attempt to make all of gtest/gmock complaint with this warning, but limits itself to what merely affects user code. Bug: https://github.com/google/googletest/issues/4803 |
||
|---|---|---|
| .. | ||
| custom | ||
| gmock-internal-utils.h | ||
| gmock-port.h | ||
| gmock-pp.h | ||