llvm/libc/src/.clang-tidy

InheritParentConfig: true
Checks: '-*,llvmlibc-*,readability-identifier-naming,llvm-header-guard'
HeaderFilterRegex: '.*'
WarningsAsErrors: 'llvmlibc-*'
CheckOptions:
  - key:             llvmlibc-restrict-system-libc-headers.Includes
    value:           '-*, linux/*, asm/*.h, asm-generic/*.h'