[libcxx-commits] [libcxx] [libc++] Fix header deprecations (PR #163356)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Mon Nov 10 08:23:45 PST 2025


================
@@ -14,12 +14,6 @@
 // UNSUPPORTED: c++03, c++11, c++14
 // UNSUPPORTED: clang-modules-build
 
----------------
ldionne wrote:

That's badly broken. We should report this as a bug report against Clang: this means that `clang-verify` will incorrectly make you think that your diagnostics are visible from within a system header, when in reality it might not be the case. You then end up shipping actual system headers to your customers, they do something that should trigger a diagnostic, and that gets suppressed because of system headers.

https://github.com/llvm/llvm-project/pull/163356


More information about the libcxx-commits mailing list