There has been much discussion about the relative merits of including East/West const fixer inclang-format over in D69764: [clang-format] Add Left/Right Const fixer capability on and off over the last 18 months
It seem we could not get to a concencus if this functionality should/shouldn't exist in clang-format mainly on the grounds that it broke the fundamental belief that clang-format should not modify the code (a precedent that had already been broken with SortIncludes)
As a compromise I'm suggesting a new tool which allows the introduction of such rules that can alter the code as well as format it. This allows those users who want to use this check to do so by switching to this binary.
clang-tidy: warning: anonymous namespace not terminated with a closing comment [llvm-namespace-comment]
not useful