79437783

Date: 2025-02-13 21:45:15
Score: 0.5
Natty:
Report link

clang-tidy doesn't have separate rules for prefixing members of class or struct. Technically, struct and class are the same, differing only in their default access levels. If a struct has private members or a class has public members, they function identically. This is why clang-tidy applies the same rules to both.

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Oleksandr Kozlov