Tony Ciavarella

Results 2 issues of Tony Ciavarella

This is the beginning of a [valgrind](https://valgrind.org) report parser. It is a work-in-progress based on the [recent addition](https://github.com/tomasbjerre/violations-lib/pull/138) of a valgrind parser to [violations-lib](https://github.com/tomasbjerre/violations-lib) so it depends upon #735 and...

feature

### Describe the issue Valgrind reports still reachable memory leaks when StrictMock or NiceMock are used. This didn't happen in gtest/gmock 1.11.0. ### Steps to reproduce the problem - Save...