mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-01 19:46:05 +00:00

Only class declarations should be inside anonymous namespaces (https://llvm.org/docs/CodingStandards.html#anonymous-namespaces) Instead of using a anonymous namespace, just mark the functions in it as static (some of them already were). This simplifies the diff for D94486.