mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-17 05:46:43 +00:00

The type traits are always `struct`s, so the `public` isn't necessary. We're currently using `public` in some places, while we omit it in others. This makes us consistent across the type traits.