[DebugInfo][InstrRef] Don't fire assertions if debug-info is faulty
[llvm-project.git] / libc / src / .clang-tidy
blobb21d4c3928c8f77d7bceedd70eaf74c57144d88b
1 InheritParentConfig: true
2 Checks: '-*,llvmlibc-*,readability-identifier-naming'
3 HeaderFilterRegex: '.*'
4 WarningsAsErrors: 'llvmlibc-*'
5 CheckOptions:
6   - key:             llvmlibc-restrict-system-libc-headers.Includes
7     value:           '-*, linux/*, asm/*.h, asm-generic/*.h'