1InheritParentConfig: true
2Checks: '-*,llvmlibc-*,readability-identifier-naming,llvm-header-guard'
3HeaderFilterRegex: '.*'
4WarningsAsErrors: 'llvmlibc-*'
5CheckOptions:
6 - key: llvmlibc-restrict-system-libc-headers.Includes
7 value: '-*, linux/*, asm/*.h, asm-generic/*.h'
8