I have a bunch of C code whose function names are in CamelCase and I have to convert them all to snake_case.
I found that there is a tool call clang-tidy
that seems to be able to do this but I can't make sense of the documentation, there are a lot of options and I am afraid to shoot myself in the foot.
Would you be kind enough to provide me with a one liner ?