Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions libcxx/test/libcxx/system_reserved_names.gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@
# alphabetic macros. Also ensure that we don't swallow the definition of user
# provided macros (in other words, ensure that we push/pop correctly everywhere).

# This test fails with MSVC headers, with Clang 20 (and early 21 versions);
# the headers end up pulling in Clang intrinsics headers, which in 20.x and
# early 21.x versions use unreserved identifiers,
# see https://github.com/llvm/llvm-project/issues/161808.
#
# UNSUPPORTED: clang-20 && msvc

# RUN: %{python} %s %{libcxx-dir}/utils
# END.

Expand Down
Loading