mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-18 14:26:42 +00:00

We only use `_LIBCPP_DISABLE_EXTENSION_WARNINGS` in a single place while we use extensions all over the place. The warnings are already disabled, since libc++'s headers are system headers, so this shouldn't be in any way observable by users.