You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[libcxx] Mark system_reserved_names.gen.py unsupported on clang-20 && msvc
Clang 20 (and early 21 versions; let's hope it can be fixed
before the later versions before such versions become relevant
for libcxx CI) have got an issue with its intrinsics headers,
where they use unreserved names, that users are allowed to override.
See llvm#161808 for the
issue report.
This only crops up in the MSVC build configurations, as recent
versions of some MSVC/UCRT headers include `<intrin.h>`, which
ends up pulling in most intrinsics headers, exposing this issue
in the Clang headers.
This should unblock llvm#161736
from being merged.
0 commit comments