79833596

Date: 2025-11-29 23:44:28
Score: 2.5
Natty:
Report link

within a single clang-tidy run you cannot “re‑parse” the already-modified expression and get a new AST; clang-tidy analyses the original AST only, and your fixes are just textual replacements applied afterwards.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mohit Mankare