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
..
2019-12-23 14:04:02 -08:00
2020-03-11 23:45:58 -04:00
2020-01-06 10:14:43 -08:00
2020-03-23 20:34:39 -07:00
2020-03-22 14:15:47 -04:00
2020-03-05 14:21:18 -05:00
2020-03-18 17:43:21 +01:00
2020-01-24 15:42:28 -08:00
2020-03-09 21:56:02 -07:00
2020-03-23 20:34:39 -07:00
2020-03-11 23:45:58 -04:00