googletest icon indicating copy to clipboard operation
googletest copied to clipboard

Add const as reported by clang-tidy misc-const-correctness

Open TTPO100AJIEX opened this issue 5 months ago • 2 comments
trafficstars

Currently, enabling the misc-const-correctness clang-tidy check produces issues with some gtest macros. This PR adds missing const to fix the warning and let users enable the check without the need to wrap gtest in NOLINT.

TTPO100AJIEX avatar Jun 12 '25 17:06 TTPO100AJIEX