diff options
author | Nikolas Klauser <nikolasklauser@berlin.de> | 2025-05-10 17:05:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-10 17:05:35 +0200 |
commit | ab65e4a730d3341b268e7af19a7bbf86dea547a1 (patch) | |
tree | 647ff61221a1990d4b5d1e2fadc0d10414ae2801 /llvm/lib/Bitcode | |
parent | 6a2a8ebe27c1941f5b952313239fc6d155f58e9d (diff) | |
download | llvm-ab65e4a730d3341b268e7af19a7bbf86dea547a1.zip llvm-ab65e4a730d3341b268e7af19a7bbf86dea547a1.tar.gz llvm-ab65e4a730d3341b268e7af19a7bbf86dea547a1.tar.bz2 |
[libc++] Fix disabling of extension warnings in C++20 and later (#134989)
`__has_feature(modules)` is always true in C++20 and later. Instead of
using that, just disable extension warnings if they're not ignored
through the system header machinery anyways.
Diffstat (limited to 'llvm/lib/Bitcode')
0 files changed, 0 insertions, 0 deletions