diff options
author | Martin Storsjö <martin@martin.st> | 2025-10-03 17:45:14 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-03 17:45:14 +0300 |
commit | 5d3b3eaaa02b52dcf4a0a4ed409c683972377c96 (patch) | |
tree | ebf9b1888913f0dae4735ff5a94dd5255dac2407 /libcxx/include/__algorithm/comp.h | |
parent | 83c135cad3bec97947e1635b6d8de9ec883041dd (diff) | |
download | llvm-5d3b3eaaa02b52dcf4a0a4ed409c683972377c96.zip llvm-5d3b3eaaa02b52dcf4a0a4ed409c683972377c96.tar.gz llvm-5d3b3eaaa02b52dcf4a0a4ed409c683972377c96.tar.bz2 |
[libcxx] Mark system_reserved_names.gen.py unsupported on clang-20 && msvc (#161811)
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 https://github.com/llvm/llvm-project/issues/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 https://github.com/llvm/llvm-project/pull/161736
from being merged.
Diffstat (limited to 'libcxx/include/__algorithm/comp.h')
0 files changed, 0 insertions, 0 deletions