79396847

Date: 2025-01-29 13:17:48
Score: 4.5
Natty:
Report link

FWIW, I implemented a clang-tidy check for this specific issue some years ago: https://reviews.llvm.org/D59103

It is not included in clang-tidy today, as it was rejected for causing too many false positives. But as clang-tidy seems to nowadays support plug-ins, maybe it could be converted to one?

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: khuttun