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-05-27 21:19:15 +0300
committerCamila <smayres@gmail.com>2020-06-03 17:14:18 +0300
commit0503be65ae0a6694ea0de37643a64b5bfb7a0b3a (patch)
tree54fd176141a369bbea29220eca67a1a3c894dc8d /.clang-tidy
parent891c192ebcc275d49afe4c08c0729c8afa87e758 (diff)
Cleanup the missing braced init list returns
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 9c41a78db..5d611df00 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -3,6 +3,7 @@ Checks: '-*,
modernize-make-shared,
modernize-redundant-void-arg,
modernize-replace-*,
+ modernize-return-braced-init-list,
modernize-shrink-to-fit,
modernize-use-auto,
modernize-use-bool-literals,