[llvm] [NFC] Rename internal fns (PR #77994)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 13 00:32:55 PST 2024


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


More information about the llvm-commits mailing list