main
Automated Code Change
Merge pull request #4994 from edge90:fix/onceaction-tuple-sfinae-order
Add [[nodiscard]] throughput Google Test.
Merge pull request #4374 from masbug:main
Set GTEST_INTERNAL_HAS_STRING_VIEW = 1 in googletest as C++17 always supports it
GoogleTest C++17 cleanups * Use `[[nodiscard]]` instead of GTEST_MUST_USE_RESULT_ * Use `[[maybe_unused]]` instead of GTEST_INTERNAL_ATTRIBUTE_MAYBE_UNUSED * Use `[[deprecated]]` instead of `GTEST_INTERNAL_DEPRECATED` * Remove `GTEST_INTERNAL_NEED_REDUNDANT_CONSTEXPR_DECL`
Fail smoothly for nullptr on c-style strings in IsEmpty
`gmock-spec-builders`: support mocking const-qualified function types.
Export gmock-spec-builders.