summaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-12-15 19:30:26 +0100
committerDavid Robillard <d@drobilla.net>2020-12-15 19:32:28 +0100
commit5d812e6f310ed31ad913bd42cf7ff94d2fcdefd7 (patch)
treee0154d169ffdaa5ae8e4d910f5f413e0784e1b4c /.clang-tidy
parent7bc3e5ca81642996fae52e4d8ca6add67b994eaf (diff)
downloadganv-5d812e6f310ed31ad913bd42cf7ff94d2fcdefd7.tar.gz
ganv-5d812e6f310ed31ad913bd42cf7ff94d2fcdefd7.tar.bz2
ganv-5d812e6f310ed31ad913bd42cf7ff94d2fcdefd7.zip
Clean up special member functions
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 57cfc9e..31d8ba7 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -9,7 +9,6 @@ Checks: >
-*-named-parameter,
-*-narrowing-conversions,
-*-no-malloc,
- -*-special-member-functions,
-*-uppercase-literal-suffix,
-*-use-auto,
-*-use-nullptr,
@@ -58,7 +57,6 @@ Checks: >
-misc-non-private-member-variables-in-classes,
-modernize-loop-convert,
-modernize-raw-string-literal,
- -modernize-use-default-member-init,
-modernize-use-trailing-return-type,
-performance-faster-string-find,
-readability-const-return-type,