diff options
Diffstat (limited to '.clang-tidy')
-rw-r--r-- | .clang-tidy | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy index 803a54a4..54b6d071 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -4,7 +4,7 @@ Checks: cppcoreguidelines-*,performance-*,bugprone-*, readability-*,misc-*,hicpp-*,cert-*,modernize-*, -clang-diagnostic-nonportable-include-path, - -clang-analyzer-deadcode-DeadStores, + -clang-analyzer-deadcode.DeadStores, -clang-analyze-core.CallAndMessage, -cppcoreguidelines-special-member-functions,-hicpp-special-member-functions, -hicpp-braces-around-statements,-readability-braces-around-statements, @@ -40,6 +40,7 @@ Checks: -hicpp-use-equals-delete, -readability-static-accessed-through-instance, -cert-flp30-c, + -modernize-redundant-void-arg AnalyzeTemporaryDtors: true #HeaderFilterRegex: '/dev/opentrack' |