[OpenACC] Enable 'attach' clause for combined constructs
[llvm-project.git] / libc / src / .clang-tidy
blob1c79b1cf6aae6f556f1e2ac2dfb5d26fc3c61ab8
1 InheritParentConfig: true
2 Checks: '-*,llvmlibc-*,readability-identifier-naming,llvm-header-guard'
3 HeaderFilterRegex: '.*'
4 WarningsAsErrors: 'llvmlibc-*'
5 CheckOptions:
6   - key:             llvmlibc-restrict-system-libc-headers.Includes
7     value:           '-*, linux/*, asm/*.h, asm-generic/*.h'