llvm-project/libc
Alex Brachet 6d1543a167 [libc] Add explicit casts for string functions
This fixes warnings from `-Wimplicit-int-conversion`

Differential revision: https://reviews.llvm.org/D127694
2022-06-13 21:07:45 +00:00
..
AOR_v20.02
benchmarks
cmake/modules
config [libc] Add pthread_detach and thrd_detach. 2022-06-11 05:29:40 +00:00
docs
fuzzing
include
lib
loader
spec [libc] Add pthread_detach and thrd_detach. 2022-06-11 05:29:40 +00:00
src [libc] Add explicit casts for string functions 2022-06-13 21:07:45 +00:00
test [libc] Add pthread_detach and thrd_detach. 2022-06-11 05:29:40 +00:00
utils [libc] Add Fuchsia implementation of ::testing::Test 2022-06-13 21:03:51 +00:00
.clang-tidy
.gitignore
CMakeLists.txt
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.