hanchenye-llvm-project/libcxx
Eric Fiselier 11edd935c8 Attempt to unbreak Windows configuration.
Although libc++ doesn't yet support Windows we still have Windows
builders to track our progress.

Currently the clang-cl configuration seems broken because it doesn't
support -std=c++11 and instead requires /std:c++11. This patch attempts
to fix this.

llvm-svn: 343431
2018-10-01 01:00:11 +00:00
..
benchmarks Add new string benchmarks 2018-07-10 04:11:22 +00:00
cmake Attempt to unbreak Windows configuration. 2018-10-01 01:00:11 +00:00
docs [libc++] Add deprecated attributes to many deprecated components 2018-09-23 18:35:00 +00:00
fuzzing
include [libc++] Remove Fuchsia-specific knowledge to pick the ABI version 2018-09-26 08:24:51 +00:00
lib [libcxx] Document new symbols __u64toa and __u32toa on Darwin 2018-09-23 21:10:06 +00:00
src [cxx2a] Fix warning triggered by r343285 2018-09-29 02:17:12 +00:00
test [libcxx] Fix the binder deprecation tests on Clang 5. 2018-09-23 23:17:48 +00:00
utils [libc++] Add _LIBCPP_ENABLE_NODISCARD and _LIBCPP_NODISCARD_EXT to allow pre-C++2a [[nodiscard]] 2018-09-22 17:54:48 +00:00
www Correct docs to reference the new libc++ lists. 2018-09-22 19:49:29 +00:00
.arcconfig
.clang-format
.gitignore
CMakeLists.txt Attempt to unbreak Windows configuration. 2018-10-01 01:00:11 +00:00
CREDITS.TXT
LICENSE.TXT
NOTES.TXT Reland "Use custom command and target to install libc++ headers" 2018-06-12 03:10:02 +00:00
TODO.TXT
appveyor-reqs-install.cmd
appveyor.yml