nextcloud-desktop/src/cmd
Matthieu Gallien d2f5c6a5c7
initialize many attributes that could have been left without init value
done with clang-tidy

run-clang-tidy -p build -config="{Checks: '*', CheckOptions: [{key: UseAssignment, value: true}]}" -checks='-*,cppcoreguidelines-pro-type-member-init' -fix

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2023-02-06 10:43:04 +01:00
..
CMakeLists.txt add headers in cmake files to get them properly detected 2022-02-11 14:31:22 +00:00
cmd.cpp initialize many attributes that could have been left without init value 2023-02-06 10:43:04 +01:00
cmd.h Apply clang-format 2017-05-17 12:26:27 +02:00
cmd.md Structure developer documentation 2015-06-29 18:43:21 +02:00
netrcparser.cpp Apply clang-format 2017-05-17 12:26:27 +02:00
netrcparser.h Enable the modernize-use-using check on clang-tidy 2020-08-12 18:18:57 +02:00
simplesslerrorhandler.cpp Fix error in logic. 2022-10-11 09:43:31 +03:00
simplesslerrorhandler.h switch from Q_DECL_OVERRIDE to plain override 2021-08-31 08:35:57 +00:00