Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ottens <kevin.ottens@nextcloud.com>2020-08-12 17:14:48 +0300
committerKevin Ottens <ervin@ipsquad.net>2020-08-12 20:45:25 +0300
commitcdf6e7d72b9a059a7026a66e7057e788a7c43f21 (patch)
tree55a9ac7464f78185d67f8311d1360b89d6d8555c /.clang-tidy
parent3ff899cff9d27ba16e6229553a8b472f5d61cc9c (diff)
Enable the modernize-user-nullptr check on clang-tidy
Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 34de4128f..17e948c2a 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -18,6 +18,7 @@ Checks: '-*,
modernize-use-nodiscard,
modernize-use-noexcept,
modernize-user-override,
+ modernize-use-nullptr,
modernize-use-transparent-functors,
modernize-use-uncaught-exceptions,
modernize-use-using,