diff options
author | Nikolas Klauser <nikolasklauser@berlin.de> | 2025-01-29 21:24:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-29 21:24:58 +0100 |
commit | 608012ace43b42d97884204016c6a8f4883b4359 (patch) | |
tree | 6eb1e3b1667a3e1f92d4e58e025be5b2f05c15de /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 07a0e2be86f33beb6d519a3d466b95c2257e93cb (diff) | |
download | llvm-608012ace43b42d97884204016c6a8f4883b4359.zip llvm-608012ace43b42d97884204016c6a8f4883b4359.tar.gz llvm-608012ace43b42d97884204016c6a8f4883b4359.tar.bz2 |
[libc++] Simplify the implementation of iostream.cpp (#124103)
This refactors the standard stream implementation in multiple ways:
- The streams are now `stream_data` structs, which contain all the data
required for a stream
- The windows mangling is generated via a macro instead of having magic
strings for the different streams. (i.e. it's now only partially magic)
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions