nikic wrote: Per https://llvm.org/docs/CodingStandards.html#anonymous-namespaces anonymous namespaces should only be used for class definitions -- for functions, using static is preferred. https://github.com/llvm/llvm-project/pull/77994