llvm-capstone/libcxx
Louis Dionne 1c4b31c38b [libc++] Improve error messages for disabled modes
We should not surface CMake-level options like LIBCXX_ENABLE_FILESYSTEM
to our users, since they don't know what it means. Instead, use a slightly
more general wording.

Also, add an error in <ios> to improve the quality of errors for people
trying to use <iostream> when localization is disabled.

Differential Revision: https://reviews.llvm.org/D125910
2022-05-20 09:36:55 -04:00
..
benchmarks [libc++] Granularize algorithm benchmarks 2022-05-19 16:13:52 +02:00
cmake [runtimes] Fix the build of merged ABI/unwinder libraries 2022-05-19 10:49:36 -04:00
docs [libc++][format] Improve format-arg-store. 2022-05-18 20:11:36 +02:00
include [libc++] Improve error messages for disabled modes 2022-05-20 09:36:55 -04:00
lib [libc++] Remove the legacy LIBCXX_LIBCPPABI_VERSION option 2022-05-16 15:23:43 -04:00
src [runtimes] Fix the build of merged ABI/unwinder libraries 2022-05-19 10:49:36 -04:00
test [libunwind] Introduce a cmake-bridge.cfg.in file to reduce test config duplication 2022-05-20 09:36:29 -04:00
utils [runtimes] Fix the build of merged ABI/unwinder libraries 2022-05-19 10:49:36 -04:00
.clang-format [libc++] Update clang-format to C++20. 2021-10-30 12:50:57 +02:00
.clang-tidy [libc++] Enable modernize-loop-convert 2022-03-18 20:34:19 +01:00
.gitignore
appveyor-reqs-install.cmd
appveyor.yml
CMakeLists.txt [libc++] Override the value of LIBCXX_CXX_ABI in the cache 2022-05-19 11:21:09 -04:00
CREDITS.TXT Microsoft's floating-point to_chars powered by Ryu and Ryu Printf 2021-12-12 16:34:50 +01:00
LICENSE.TXT
TODO.TXT