[PATCH] D25431: [libcxx] Convert Solaris support library to C++ to fix -std=c++11 build

2016-10-18 Thread Michał Górny via cfe-commits
mgorny added a comment. Thanks for the review. Committed the prototype fix first, and followed it by the C++ conversion. Repository: rL LLVM https://reviews.llvm.org/D25431 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llv

[PATCH] D25431: [libcxx] Convert Solaris support library to C++ to fix -std=c++11 build

2016-10-18 Thread Michał Górny via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL284493: [solaris] Fix iswxdigit_l() support function prototype (authored by mgorny). Changed prior to commit: https://reviews.llvm.org/D25431?vs=74996&id=75024#toc Repository: rL LLVM https://review

[PATCH] D25431: [libcxx] Convert Solaris support library to C++ to fix -std=c++11 build

2016-10-18 Thread Joerg Sonnenberger via cfe-commits
joerg accepted this revision. joerg added a reviewer: joerg. joerg added a comment. This revision is now accepted and ready to land. Commit the prototype fix separately, please. https://reviews.llvm.org/D25431 ___ cfe-commits mailing list cfe-commit

[PATCH] D25431: [libcxx] Convert Solaris support library to C++ to fix -std=c++11 build

2016-10-18 Thread David Chisnall via cfe-commits
theraven added a comment. Looks like a much better change to me. https://reviews.llvm.org/D25431 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[PATCH] D25431: [libcxx] Convert Solaris support library to C++ to fix -std=c++11 build

2016-10-18 Thread Michał Górny via cfe-commits
mgorny updated the summary for this revision. mgorny updated this revision to Diff 74996. mgorny added a comment. Ok, here's a minimal change necessary to fix the build. I'm not touching anything else not to break it ;-). https://reviews.llvm.org/D25431 Files: lib/CMakeLists.txt src/suppor

[PATCH] D25431: [libcxx] Convert Solaris support library to C++ to fix -std=c++11 build

2016-10-17 Thread Michał Górny via cfe-commits
mgorny planned changes to this revision. mgorny added a comment. Damn it, it seems that SunOS isn't actually exposing some functions. I need to work on this further, and figure out WTF. https://reviews.llvm.org/D25431 ___ cfe-commits mailing list c

[PATCH] D25431: [libcxx] Convert Solaris support library to C++ to fix -std=c++11 build

2016-10-14 Thread Michał Górny via cfe-commits
mgorny retitled this revision from "[libcxx] [CMake] Build Solaris compat as separate C lib, to avoid -std= issues" to "[libcxx] Convert Solaris support library to C++ to fix -std=c++11 build ". mgorny updated the summary for this revision. mgorny updated this revision to Diff 74666. mgorny added