GUnit icon indicating copy to clipboard operation
GUnit copied to clipboard

Support googletest 1.12.1

Open thorsten-klein opened this issue 2 years ago • 0 comments

In this PR I have updated to googletest 1.12.1

Additionally I have fixed some smaller findings, especially regarding clang:

  • added: // NOLINT to ignore findings for -clang-analyzer-core.NonNullParamChecker -clang-analyzer-core.CallAndMessage
  • fixed: unit test using get_type_name() may not contain inline namespace v1::
  • fixed: using static_cast to avoid -Wold-style-cast compiler warning

thorsten-klein avatar Jul 18 '22 12:07 thorsten-klein