llvm-capstone/libcxx
Louis Dionne 5a6c1ce189 [libc++] Change _LIBCPP_CONSTEXPR_SINCE_XXX to constexpr in the dylib
Since we build the dylib with C++20, there's no need to use conditional
macros anymore.

Differential Revision: https://reviews.llvm.org/D157995
2023-08-18 13:44:26 -04:00
..
benchmarks [libc++][PSTL] Add a __parallel_sort implementation to libdispatch 2023-08-15 12:20:40 -07:00
cmake [libc++][CI] Removes an ASAN work-around. 2023-08-15 19:14:27 +02:00
docs [docs] Fix reST formatting in UsingLibcxx IWYU section 2023-08-15 12:16:15 -07:00
include [libc++][Modules] Simplify the __std_clang_module header generation 2023-08-17 22:34:54 -07:00
lib [libc++] Optimize internal function in <system_error> 2023-08-11 13:08:45 -07:00
modules [libc++][modules] Removes the module partitions. 2023-08-09 19:39:08 +02:00
src [libc++] Change _LIBCPP_CONSTEXPR_SINCE_XXX to constexpr in the dylib 2023-08-18 13:44:26 -04:00
test [libc++] Change _LIBCPP_CONSTEXPR_SINCE_XXX to constexpr in the dylib 2023-08-18 13:44:26 -04:00
utils [libc++][Modules] Simplify the __std_clang_module header generation 2023-08-17 22:34:54 -07:00
.clang-format [libc++] Fix thread annotations on shared_mutex and shared_timed_mutex 2023-07-06 08:37:10 -04:00
.clang-tidy [libc++] Fix template parameter naming and enforce it through readability-identifier-naming 2023-07-24 19:54:12 -07:00
.gitignore
appveyor-reqs-install.cmd
appveyor.yml [libc++] Re-apply "Always build c++experimental.a"" 2022-07-19 10:44:19 -04:00
CMakeLists.txt [libc++] Fix a few incorrect CMake configuration options 2023-08-17 09:43:09 -04:00
CREDITS.TXT [libcxx] Add mdspan/extents 2023-05-16 14:30:36 -07:00
LICENSE.TXT
TODO.TXT