diff options
author | Nikolas Klauser <nikolasklauser@berlin.de> | 2025-09-02 08:42:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-02 08:42:39 +0200 |
commit | 74b9484fd62d6be9bc49e154800ceef0d74ef24f (patch) | |
tree | 1e72bc86c94d1910d01b4df8e27af8a02c168cf7 /llvm/lib/Support/CommandLine.cpp | |
parent | eb89af208828fc62b4a7623a7ac25f6da0bf3bfd (diff) | |
download | llvm-74b9484fd62d6be9bc49e154800ceef0d74ef24f.zip llvm-74b9484fd62d6be9bc49e154800ceef0d74ef24f.tar.gz llvm-74b9484fd62d6be9bc49e154800ceef0d74ef24f.tar.bz2 |
[libc++] Simplify <tuple> further (#156351)
This essentially inlines `__make_tuple_types` and simplifies the support
code. This significantly simplifies the implementation, since
`__make_tuple_types` has multiple features, but the different places
that use it only make use of a subset of the features. Inlining it
separates concerns better and leads to less code in total.
Diffstat (limited to 'llvm/lib/Support/CommandLine.cpp')
0 files changed, 0 insertions, 0 deletions