Skip to content

Commit 8f50321

Browse files
committed
[libc++] Add a .clang-tidy file to libcxx/src
This disables `readability-identifier-naming` for the source files, since names don't have to by _Uglified in the source files. We currently don't enforce clang-tidy in the source files, so this is only useful to avoid a bunch of warnings when using an editor that shows the results of clang-tidy.
1 parent 0ffdaf4 commit 8f50321

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libcxx/src/.clang-tidy

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
InheritParentConfig: true
2+
3+
Checks: >
4+
-readability-identifier-naming

0 commit comments

Comments
 (0)