hanchenye-llvm-project/libcxx
Shoaib Meenai 73aa38dfb3 [libc++] Add configuration define for off_t functions
Create this define in __config and use it elsewhere, instead of checking
the operating system/library defines in other files. The aim is to
reduce the usage of _WIN32 outside __config. No functional change.

Differential Revision: https://reviews.llvm.org/D25741

llvm-svn: 285582
2016-10-31 15:09:10 +00:00
..
benchmarks Optimize filesystem::path by providing weaker exception guarantees. 2016-10-31 02:46:25 +00:00
cmake [cmake] Allow testing against installed LLVM with no sources 2016-10-19 12:34:17 +00:00
docs Fix _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY to always have default visibility. 2016-10-31 02:07:23 +00:00
include [libc++] Add configuration define for off_t functions 2016-10-31 15:09:10 +00:00
lib Remove additional function template definitions from the dylib 2016-10-31 03:40:29 +00:00
src Improve performance of constructing filesystem::path from strings. 2016-10-30 23:53:50 +00:00
test Fix archetypes.hpp under libcpp-no-extensions and std level < 14 2016-10-31 14:14:13 +00:00
utils Sort ABI lists by name so that changes don't generate big diffs 2016-10-14 05:04:00 +00:00
www Implement constexpr support for reverse_iterator. Reviewed as https://reviews.llvm.org/D25534 2016-10-19 15:12:50 +00:00
.arcconfig
.gitignore Implement N4606 optional 2016-10-12 07:46:20 +00:00
CMakeLists.txt Add start of filesystem benchmarks 2016-10-30 22:53:00 +00:00
CREDITS.TXT
LICENSE.TXT
TODO.TXT Remove out of date items in TODO.txt 2016-09-27 01:28:47 +00:00