summaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-12-21 19:46:19 +0100
committerDavid Robillard <d@drobilla.net>2020-12-21 19:46:19 +0100
commit1ad76015e4d4d6c8f44833edbfb0dead35560128 (patch)
treee2d809cc6f6e1037a50b301cbf8c4c407d901f5c /.clang-tidy
parenta392684c178b0f4bccdec06116048213bae1b491 (diff)
downloadsuil-1ad76015e4d4d6c8f44833edbfb0dead35560128.tar.gz
suil-1ad76015e4d4d6c8f44833edbfb0dead35560128.tar.bz2
suil-1ad76015e4d4d6c8f44833edbfb0dead35560128.zip
Use "nullptr" in C++ code
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 11cd357..83f2392 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -20,7 +20,6 @@ Checks: >
-hicpp-signed-bitwise,
-llvm-header-guard,
-llvmlibc-*,
- -modernize-use-nullptr,
-modernize-use-trailing-return-type,
-modernize-use-using,
-readability-implicit-bool-conversion,