llvm-project/libcxx
Eric Fiselier 5741d86d11 Replace identifiers called `__out` because Windows.h #defines it.
Windows is greedy and it defines the identifier `__out` as a macro.
This patch renames all conflicting libc++ identifiers in order
to correctly work on Windows.

llvm-svn: 291345
2017-01-07 11:27:06 +00:00
..
benchmarks improve performance of string::find 2016-12-30 18:01:36 +00:00
cmake PR31540: install libc++abi headers into include/c++/v1 in build area. 2017-01-05 02:55:10 +00:00
docs [libc++] Correct macro name in documenation 2017-01-07 02:45:35 +00:00
include Replace identifiers called `__out` because Windows.h #defines it. 2017-01-07 11:27:06 +00:00
lib [libc++] Cleanup and document <__threading_support> 2017-01-06 20:05:40 +00:00
src [libc++] Implement terminate(), unexpected() and uncaught_exceptions() on Windows 2017-01-07 10:04:40 +00:00
test Replace identifiers called `__out` because Windows.h #defines it. 2017-01-07 11:27:06 +00:00
utils Fix creating __generated_config on Windows 2017-01-03 03:55:29 +00:00
www Implement P0505: 'Wording for GB 50' 2017-01-04 23:03:24 +00:00
.arcconfig Upgrade arcconfig to use https 2016-07-18 02:02:49 +00:00
.clang-format clang-format: tweak configuration 2017-01-03 04:23:52 +00:00
.gitignore Implement N4606 optional 2016-10-12 07:46:20 +00:00
CMakeLists.txt Configure default ABI library as NONE on Windows 2017-01-06 23:59:52 +00:00
CREDITS.TXT Added "Michael Park" to `CREDITS.TXT`. 2017-01-07 10:19:24 +00:00
LICENSE.TXT Update year to 2017 2017-01-03 11:20:43 +00:00
NOTES.TXT Update doc and various cleanup 2016-12-23 20:00:13 +00:00
TODO.TXT Update doc and various cleanup 2016-12-23 20:00:13 +00:00