Skip to content

Commit

Permalink
Don't use misc-unused-parameters check on LLVM.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@266183 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
alexfh committed Apr 13, 2016
1 parent 2cc36cb commit 2908602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Checks: '-*,clang-diagnostic-*,llvm-*,misc-*,readability-identifier-naming'
Checks: '-*,clang-diagnostic-*,llvm-*,misc-*,-misc-unused-parameters,readability-identifier-naming'
CheckOptions:
- key: readability-identifier-naming.ClassCase
value: CamelCase
Expand Down

0 comments on commit 2908602

Please sign in to comment.