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 16:23:11 +0300
committerKevin Ottens <kevin.ottens@nextcloud.com>2020-08-12 19:18:57 +0300
commitd58ec4bf706515ce74f8f63aa284b867566fd9e7 (patch)
tree6349f1c16cbc37cbb86fd92f64068a512d7dd2ad /.clang-tidy
parent7bb54e34d77f03f5915715137cc14761e4815fc9 (diff)
Enable the modernize-use-using 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 cda2510ad..34de4128f 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -20,6 +20,7 @@ Checks: '-*,
modernize-user-override,
modernize-use-transparent-functors,
modernize-use-uncaught-exceptions,
+ modernize-use-using,
'
WarningsAsErrors: '*'
HeaderFilterRegex: '.*'