[PATCH] D26377: [libc++] Remove unnecessary MSVCRT exclusions

2016-11-07 Thread Shoaib Meenai via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL286202: [libc++] Remove unnecessary MSVCRT exclusions (authored by smeenai). Changed prior to commit: https://reviews.llvm.org/D26377?vs=77119&id=77136#toc Repository: rL LLVM https://reviews.llvm.o

[PATCH] D26377: [libc++] Remove unnecessary MSVCRT exclusions

2016-11-07 Thread Shoaib Meenai via cfe-commits
smeenai updated this revision to Diff 77119. smeenai updated the summary for this revision. smeenai added a comment. Fixing some more exclusions https://reviews.llvm.org/D26377 Files: include/cmath include/cstdio include/cwchar Index: include/cwchar =

[PATCH] D26377: [libc++] Remove unnecessary MSVCRT exclusions

2016-11-07 Thread Shoaib Meenai via cfe-commits
smeenai created this revision. smeenai added reviewers: compnerd, EricWF, mclow.lists. smeenai added a subscriber: cfe-commits. Visual Studio 2013 and up have these functions, and we don't need to support older versions. https://reviews.llvm.org/D26377 Files: include/cstdio Index: include/c