]> granicus.if.org Git - clang/commitdiff
[clang-tidy] Disable misc-unused-parameters for clang.
authorAlexander Kornienko <alexfh@google.com>
Wed, 13 Apr 2016 08:47:42 +0000 (08:47 +0000)
committerAlexander Kornienko <alexfh@google.com>
Wed, 13 Apr 2016 08:47:42 +0000 (08:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@266182 91177308-0d34-0410-b5e6-96231b3b80d8

.clang-tidy

index 3186da43d43db4f5f61cf830b613232a62ac8954..12ef5b987905392a7092664a3973598885a44c9a 100644 (file)
@@ -1 +1 @@
-Checks: '-*,clang-diagnostic-*,llvm-*,misc-*'
+Checks: '-*,clang-diagnostic-*,llvm-*,misc-*,-misc-unused-parameters'