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-13 14:00:56 +0300
committerKevin Ottens <ervin@ipsquad.net>2020-08-13 15:53:52 +0300
commit0e2af4b502eead040319462032ae1e7f0d95bf76 (patch)
treeab03b98b9d03eb824e98c065ed88ba626d9b7e1c /.clang-tidy
parent2f8c29082a527c66a9f50cca56725b6215808baa (diff)
Enable the modernize-deprecated-headers 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 203c6393c..59e5956ea 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -2,6 +2,7 @@ Checks: '-*,
cppcoreguidelines-init-variables,
modernize-avoid-bind,
modernize-concat-nested-namespaces,
+ modernize-deprecated-headers,
modernize-deprecated-ios-base-aliases,
modernize-make-*,
modernize-raw-string-literal,