[all-commits] [llvm/llvm-project] 8a5e0d: [libc++] [test] Don't nasty-macro `__z` yet; we ac...
Quuxplusone via All-commits
all-commits at lists.llvm.org
Sat May 1 06:12:21 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8a5e0d956396f07d2241091693f8a714a2483356
https://github.com/llvm/llvm-project/commit/8a5e0d956396f07d2241091693f8a714a2483356
Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
Date: 2021-05-01 (Sat, 01 May 2021)
Changed paths:
M libcxx/test/support/nasty_macros.h
Log Message:
-----------
[libc++] [test] Don't nasty-macro `__z` yet; we actually use that one.
This reverts one of the macros just added in D101613, because it turns out
that the <utility> header actually uses the identifiers __x, __y, __z.
We probably *shouldn't* use __z if it's reserved on Windows; but since
it's not causing us any active problem even on Windows, I think this is
the safest way to unbreak the test.
More information about the All-commits
mailing list