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:00:11 +0300
committerCamila <smayres@gmail.com>2020-06-04 09:44:05 +0300
commit00d20b03ac4681b1a20bcf95a2029c01186a2711 (patch)
tree3d83c34f80d779d652b120ff17eb82c3eb12ed65 /.clang-tidy
parent7525ce887fc20e0ea1782ca7008bb97bd84e798e (diff)
Add some more make_unique calls
Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy2
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 5d611df00..311e66d9e 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -1,6 +1,6 @@
Checks: '-*,
cppcoreguidelines-init-variables,
- modernize-make-shared,
+ modernize-make-*,
modernize-redundant-void-arg,
modernize-replace-*,
modernize-return-braced-init-list,