[libcxx-commits] [PATCH] D116957: [libc++] [test] Add a test for proper _Uglification of template parameter names

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jan 12 15:12:55 PST 2022


Quuxplusone updated this revision to Diff 399485.
Quuxplusone added a comment.

https://buildkite.com/llvm-project/libcxx-ci/builds/7765

  c:\llvm-mingw\include\wchar.h:241:31: error: expected ')'
    int __cdecl iswalpha(wint_t _C);
                                ^

@mstorsjo perhaps: Do you think `#ifndef _WIN32` is the right way to catch both MinGW and clang-cl, without catching anything else?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D116957/new/

https://reviews.llvm.org/D116957

Files:
  libcxx/test/configs/apple-libc++-shared.cfg.in
  libcxx/test/configs/ibm-libc++-shared.cfg.in
  libcxx/test/configs/llvm-libc++-shared-gcc.cfg.in
  libcxx/test/configs/llvm-libc++-shared.cfg.in
  libcxx/test/configs/llvm-libc++-static.cfg.in
  libcxx/test/libcxx/nasty_macros.compile.pass.cpp
  libcxx/test/support/nasty_macros.h
  libcxx/utils/generate_header_tests.py
  libcxx/utils/libcxx/test/config.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116957.399485.patch
Type: text/x-patch
Size: 16351 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220112/a15b7e6a/attachment.bin>


More information about the libcxx-commits mailing list