[PATCH] D32988: [libc++] Refactor Windows support headers.

Eric Fiselier via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 10 13:48:33 PDT 2017


EricWF updated this revision to Diff 98528.
EricWF added a comment.

- General cleanup changes.

Libc++ trunk currently doesn't build under MinGW, so I'm not concerned about breaking that worse with this patch. I've set up a Appveyor builder to track MinGW so we can get it green later.

Also I'm planning on making all of the the changes suggested in inline comments, but in a follow up patch. I would like to keep this to simply renaming and restructuring include files.
With that in mind does anybody object to landing this?


https://reviews.llvm.org/D32988

Files:
  include/__mutex_base
  include/__threading_support
  include/algorithm
  include/ctype.h
  include/limits
  include/stdio.h
  include/stdlib.h
  include/support/win32/limits_msvc_win32.h
  include/support/win32/limits_win32.h
  include/support/win32/locale_mgmt_win32.h
  include/support/win32/locale_win32.h
  include/support/win32/msvc_builtin_support.h
  include/support/win32/support.h
  include/wchar.h
  src/string.cpp
  src/support/runtime/exception_pointer_msvc.ipp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32988.98528.patch
Type: text/x-patch
Size: 26136 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170510/e0d46e2c/attachment-0001.bin>


More information about the cfe-commits mailing list