Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

Commit 1cf41b5

Browse files
committed
[clang-tidy] Disable misc-unused-parameters for clang.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@266182 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 4f328fe commit 1cf41b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.clang-tidy

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Checks: '-*,clang-diagnostic-*,llvm-*,misc-*'
1+
Checks: '-*,clang-diagnostic-*,llvm-*,misc-*,-misc-unused-parameters'

0 commit comments

Comments
 (0)