Skip to content

Commit 6018bc8

Browse files
committed
[libc][clang-tidy] Add llvm-header-guard to get consistant naming and prevent file copy/paste issues.
1 parent 4670777 commit 6018bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/src/.clang-tidy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
InheritParentConfig: true
2-
Checks: '-*,llvmlibc-*,readability-identifier-naming'
2+
Checks: '-*,llvmlibc-*,readability-identifier-naming,llvm-header-guard'
33
HeaderFilterRegex: '.*'
44
WarningsAsErrors: 'llvmlibc-*'
55
CheckOptions:

0 commit comments

Comments
 (0)