summaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-27 17:58:08 +0100
committerDavid Robillard <d@drobilla.net>2020-11-27 21:42:52 +0100
commit5d588ee9d7fb7da1c3ef6fef2fe30804d23bb857 (patch)
treeba594e3f70699148e4d7123f2e892e8e954ce622 /.clang-tidy
parent5015c289a5c4bcc88b5849d6c137f7f2bd2fde4e (diff)
downloadpatchage-5d588ee9d7fb7da1c3ef6fef2fe30804d23bb857.tar.gz
patchage-5d588ee9d7fb7da1c3ef6fef2fe30804d23bb857.tar.bz2
patchage-5d588ee9d7fb7da1c3ef6fef2fe30804d23bb857.zip
Use "override"
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy2
1 files changed, 0 insertions, 2 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 2207251..694942a 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -9,7 +9,6 @@ Checks: >
-*-special-member-functions,
-*-unused-macros,
-*-uppercase-literal-suffix,
- -*-use-override,
-*-vararg,
-bugprone-branch-clone,
-bugprone-forward-declaration-namespace,
@@ -17,7 +16,6 @@ Checks: >
-cert-msc50-cpp,
-clang-analyzer-optin.cplusplus.VirtualCall,
-clang-diagnostic-unreachable-code-return,
- -cppcoreguidelines-explicit-virtual-functions,
-cppcoreguidelines-macro-usage,
-cppcoreguidelines-owning-memory,
-cppcoreguidelines-pro-bounds-array-to-pointer-decay,