On Sun, Dec 13, 2020 at 7:21 PM Joe Perches <j...@perches.com> wrote: > > clang-format is not a tool to rewrite code only neaten its layout. > > coccinelle _might_ be able to do this for limited cases where the > show function is in the same compilation unit/file, but even then > it would not be a trivial script.
+1 The most robust approach, but the one that is most involved, would be a clang-tidy check. Cheers, Miguel