llvm-project/libc
Paula Toth dab219eedd [libc] Enable llvmlibc clang-tidy checks
Summary:
Add  clang-tidy for llvm-libc source directory.

Example of check in action:
```
/workspace/llvm-project/libc/src/string/strcpy.cpp:10:1: error: system include stdio.h not allowed [llvmlibc-restrict-system-libc-headers,-warnings-as-errors]
#include <stdio.h>
^~~~~~~~~~~~~~~~~~
```

Reviewers: sivachandra, abrachet

Reviewed By: sivachandra, abrachet

Subscribers: aheejin, MaskRay, tschuett, libc-commits

Tags: #libc-project

Differential Revision: https://reviews.llvm.org/D76559
2020-03-23 20:34:39 -07:00
..
AOR_v20.02 [libc] Add a README.md file to the AOR directory. 2020-03-16 12:29:24 -07:00
cmake/modules [libc] Adding memcpy implementation for x86_64 2020-03-18 17:43:21 +01:00
config [libc] Add signal 2020-03-22 14:15:47 -04:00
docs [libc] Add a README to the sub-directories under the utils directory. 2020-02-23 22:11:35 -08:00
fuzzing [libc] Lay out framework for fuzzing libc functions. 2020-02-21 19:15:46 -08:00
include [libc] Add initial assert definition 2020-03-11 23:45:58 -04:00
lib [libc] Add signal 2020-03-22 14:15:47 -04:00
spec [libc] Add signal 2020-03-22 14:15:47 -04:00
src [libc] Enable llvmlibc clang-tidy checks 2020-03-23 20:34:39 -07:00
test [libc] Add signal 2020-03-22 14:15:47 -04:00
utils [libc][NFC] Fix typo in milliseconds 2020-03-22 15:11:22 -04:00
CMakeLists.txt [libc] Don't configure test and fuzzer when -DLLVM_INCLUDE_TESTS=OFF 2020-03-23 01:50:16 -04:00
LICENSE.txt
README.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.