[PATCH] [libc++] Support newlib as libc++'s C library [locale	part]
    Jonathan Roelofs 
    jonathan at codesourcery.com
       
    Wed Sep 17 15:44:07 PDT 2014
    
    
  
s/isascii/__isascii/ along with appropriate shims in include/support because isascii isn't supposed to be part of C++.
On second thought, this probably breaks OSX and any other platform that doesn't have support shims. I'm not sure of the best way to proceed on that.
http://reviews.llvm.org/D5385
Files:
  include/__locale
  include/locale
  include/support/android/locale_bionic.h
  include/support/ibm/xlocale.h
  include/support/newlib/xlocale.h
  include/support/solaris/xlocale.h
  include/support/xlocale/xlocale.h
  src/locale.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5385.13805.patch
Type: text/x-patch
Size: 25055 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140917/05a0021b/attachment.bin>
    
    
More information about the cfe-commits
mailing list