Enable the modernize-use-using check on clang-tidy
authorKevin Ottens <kevin.ottens@nextcloud.com>
Wed, 12 Aug 2020 13:23:11 +0000 (15:23 +0200)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Wed, 12 Aug 2020 16:18:57 +0000 (18:18 +0200)
commitd58ec4bf706515ce74f8f63aa284b867566fd9e7
tree6349f1c16cbc37cbb86fd92f64068a512d7dd2ad
parent7bb54e34d77f03f5915715137cc14761e4815fc9
Enable the modernize-use-using check on clang-tidy

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
30 files changed:
.clang-tidy
shell_integration/dolphin/ownclouddolphinoverlayplugin.cpp
src/3rdparty/qtokenizer/qtokenizer.h
src/3rdparty/qtsingleapplication/qtlocalpeer.cpp
src/cmd/netrcparser.h
src/csync/csync.h
src/csync/csync_exclude.h
src/csync/csync_update.h
src/csync/csync_util.cpp
src/csync/std/c_private.h
src/csync/vio/csync_vio.h
src/csync/vio/csync_vio_local_unix.cpp
src/csync/vio/csync_vio_local_win.cpp
src/gui/accountstate.h
src/gui/cloudproviders/cloudproviderwrapper.h
src/gui/folder.h
src/gui/sharee.h
src/gui/sharemanager.h
src/gui/socketapi.h
src/gui/tray/ActivityData.h
src/libsync/account.h
src/libsync/accountfwd.h
src/libsync/configfile.h
src/libsync/syncfileitem.h
src/libsync/syncfilestatustracker.h
test/csync/csync_tests/check_csync_exclude.cpp
test/csync/vio_tests/check_vio_ext.cpp
test/testconcaturl.cpp
test/testnextcloudpropagator.cpp
test/testsyncjournaldb.cpp