llvm-capstone/libc
Nick Desaulniers 1ee6a1e38a
[libc] fix -Wshift-count-overflow in UInt.h (#74649)
Not that I'm very good at SFINAE, but it seems that conversion operators
are
perhaps difficult to compose with SFINAE. I saw an example that used one
layer
of indirection to have an explicit return type that could then be used
with
enable_if_t.

Link: https://stackoverflow.com/a/7604580
Fixes: #74623
2023-12-07 08:20:46 -08:00
..
AOR_v20.02 [NFC][Py Reformat] Reformat python files in the rest of the dirs 2023-05-25 11:17:05 +02:00
benchmarks [libc] Add --sweep-min-size flag for benchmarks (#70302) 2023-10-26 11:06:15 +02:00
cmake/modules [libc] Default to a single threaded thread pool for GPU tests (#74486) 2023-12-05 15:25:50 +00:00
config [libc] implement prctl (#74386) 2023-12-05 12:31:00 -08:00
docs [libc] [search] improve hsearch robustness (#73896) 2023-12-05 09:06:48 -08:00
examples Reland "[CMake] Bumps minimum version to 3.20.0. 2023-05-27 12:51:21 +02:00
fuzzing [libc] Add simple long double to printf float fuzz (#68449) 2023-10-16 13:32:34 -07:00
include [libc] implement prctl (#74386) 2023-12-05 12:31:00 -08:00
lib [libc] Build two different static archives libc.a and libm.a under full build. 2023-01-31 21:45:08 +00:00
spec [libc] Revert #73704 and subsequent fixes #73984, #74026 (#74355) 2023-12-04 12:49:12 -08:00
src [libc] fix -Wshift-count-overflow in UInt.h (#74649) 2023-12-07 08:20:46 -08:00
startup [libc][NFC] unify startup library's code style with the rest (#74041) 2023-12-04 10:31:18 -08:00
test [libc] implement prctl (#74386) 2023-12-05 12:31:00 -08:00
utils [libc] Allocate fine-grained memory for the RPC host symbol 2023-12-01 13:47:33 -06:00
.clang-tidy [libc][NFC] Clean up clang-tidy warnings for src/__support and src/math. 2023-03-15 18:47:31 -04:00
.gitignore
CMakeLists.txt [libc] Add base for target config within cmake (#72318) 2023-11-17 11:32:27 -08:00
LICENSE.TXT
README.txt

LLVM libc
=========

This directory and its subdirectories contain source code for llvm-libc,
a retargetable implementation of the C standard library.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.