[libc-commits] [libc] [libc] Clean up mask helpers after allowing implicit conversions (PR #158681)

Joseph Huber via libc-commits libc-commits at lists.llvm.org
Mon Sep 15 18:13:39 PDT 2025


jhuber6 wrote:

> What are the intentions of `static` specifiers?

On the functions? It makes them internal so they don't accidentally leak incompatible ABI details.

https://github.com/llvm/llvm-project/pull/158681


More information about the libc-commits mailing list