I have a method that's (absl) printf-compatible. can i convince clang-tidy to convert calls to a new fmt-compatible method?

I can already see my future: writing a constexpr printf -> fmt string converter…

<shatner>Shakes fist @vitaut !</shatner>

clang-tidy - modernize-use-std-print — Extra Clang Tools 21.0.0git documentation

@vitaut yeah, I'll give it a shot, but its support for methods that aren't exactly like printf seems weak (I have foo.log(level, "format string...", ...) :()