aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-12-14 16:11:02 +0100
committerDavid Robillard <d@drobilla.net>2020-12-14 16:11:02 +0100
commit778ff7201a2e3fcc9409f91ee83f2e8a962debf9 (patch)
tree26905f47d1d2c71db810513a7035286566d7ff8c /.clang-tidy
parent729fe9275b4c35372007d2e1af9a86d9c9589eab (diff)
downloadjalv-778ff7201a2e3fcc9409f91ee83f2e8a962debf9.tar.gz
jalv-778ff7201a2e3fcc9409f91ee83f2e8a962debf9.tar.bz2
jalv-778ff7201a2e3fcc9409f91ee83f2e8a962debf9.zip
Use the appropriate math functions for the operand precision
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy1
1 files changed, 0 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 952940c..6cbee5d 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -40,7 +40,6 @@ Checks: >
-modernize-return-braced-init-list,
-modernize-use-trailing-return-type,
-modernize-use-using,
- -performance-type-promotion-in-math-fn,
-readability-implicit-bool-conversion,
-readability-inconsistent-declaration-parameter-name,
-readability-isolate-declaration,