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> ^~~~~~~~~~~~~~~~~~
Everything in asm/* should be safe, I imagine.