diff options
author | Nikolas Klauser <nikolasklauser@berlin.de> | 2025-04-11 12:08:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-11 12:08:57 +0200 |
commit | 4cde945673a852e1c051134cd2d8ad48dc4924e1 (patch) | |
tree | adfa6f38dd1bea78db358fbfaad5fde057f45e7e /clang/lib/Frontend/FrontendAction.cpp | |
parent | cb43fe33b5d5084cf3b5a2723a03b692edb68018 (diff) | |
download | llvm-4cde945673a852e1c051134cd2d8ad48dc4924e1.zip llvm-4cde945673a852e1c051134cd2d8ad48dc4924e1.tar.gz llvm-4cde945673a852e1c051134cd2d8ad48dc4924e1.tar.bz2 |
[libc++][NFC] Remove `public` from the type traits (#135088)
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.
Diffstat (limited to 'clang/lib/Frontend/FrontendAction.cpp')
0 files changed, 0 insertions, 0 deletions