mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-04 12:58:06 +00:00
clang-tidy: Enable -misc-unused-using-decls check
It is supported at least from clang-format-8: https://releases.llvm.org/8.0.0/tools/clang/tools/extra/docs/clang-tidy/checks/misc-unused-using-decls.html
This commit is contained in:
parent
cad9e37689
commit
0cf9ee9ee5
|
@ -23,6 +23,7 @@ Checks: |
|
|||
-clang-diagnostic-unused-function,
|
||||
-misc-non-private-member-variables-in-classes,
|
||||
-misc-static-assert,-cert-dcl03-c,
|
||||
-misc-unused-using-decls,
|
||||
-misc-unused-parameters,
|
||||
-performance-no-int-to-ptr,
|
||||
-readability-braces-around-statements,
|
||||
|
|
Loading…
Reference in a new issue