llvm-project/libcxx
Mark de Wever 40f2f2f551 [libc++] Change linkage for some functions.
Internal linkages fails when building libc++ with modules. Using
internal linkage is headers seems questionable to change the linkage.

Reviewed By: #libc, philnik

Differential Revision: https://reviews.llvm.org/D146384
2023-03-19 19:50:05 +01:00
..
benchmarks [libc++abi] Improve performance of __dynamic_cast 2023-03-19 10:04:34 +01:00
cmake [libc++][NFC] Move the stdlib= test suite configuration for Apple into the cfg.in files 2023-03-17 15:08:35 -04:00
docs [libc++] Remove C++03 extensions for std::allocator_arg & friends 2023-03-19 10:14:32 -04:00
include [libc++] Change linkage for some functions. 2023-03-19 19:50:05 +01:00
lib [libc++][NFC] Clean up the ABI changelog 2023-03-19 10:37:24 -04:00
src [libc++] Clean up old macOS back-deployment workarounds 2023-03-10 09:08:07 -05:00
test [libc++] Assert that lengths fit in difference_type 2023-03-19 18:42:22 +01:00
utils [libc++][Apple] Make sure to set the LIBCXX_LIBRARY_VERSION when building for Apple 2023-03-18 16:22:00 -04:00
.clang-format [libc++] Remove _LIBCPP_CONSTEVAL 2023-03-10 09:04:48 -05:00
.clang-tidy [libc++] Enable radability-identifier-naming for local variables and fix any problems 2023-02-11 20:03:53 +01:00
.gitignore
appveyor-reqs-install.cmd
appveyor.yml
CMakeLists.txt Revert "Reland "[CMake] Bumps minimum version to 3.20.0."" 2023-03-18 20:32:43 +01:00
CREDITS.TXT
LICENSE.TXT
TODO.TXT