Replace NULL by nullptr in all C++ files
authorStephan Beyer <s-beyer@gmx.net>
Thu, 4 Jun 2020 22:51:32 +0000 (00:51 +0200)
committerKevin Ottens <ervin@ipsquad.net>
Mon, 8 Jun 2020 18:07:50 +0000 (20:07 +0200)
commitea16804751eec498e34a3048a295a1dfafbc1612
treebcd399be73a45b594e61d3af259a9d0d34be1286
parentbce93b052b24c23d76a9f9b8864d71b0ad5b040e
Replace NULL by nullptr in all C++ files

We keep NULL in the pure C files in src/csync/std and test/csync.

We also replace Doxygen documentation referring to "NULL" to
"\c nullptr" (formatted as code).

Signed-off-by: Stephan Beyer <s-beyer@gmx.net>
36 files changed:
shell_integration/windows/OCContextMenu/OCContextMenu.cpp
shell_integration/windows/OCContextMenu/OCContextMenuFactory.cpp
shell_integration/windows/OCContextMenu/OCContextMenuRegHandler.cpp
shell_integration/windows/OCContextMenu/RegDelnode.h
shell_integration/windows/OCContextMenu/dllmain.cpp
shell_integration/windows/OCOverlays/DllMain.cpp
shell_integration/windows/OCOverlays/OCOverlay.cpp
shell_integration/windows/OCOverlays/OCOverlayFactory.cpp
shell_integration/windows/OCOverlays/OCOverlayRegistrationHandler.cpp
shell_integration/windows/OCUtil/CommunicationSocket.cpp
shell_integration/windows/OCUtil/RegistryUtil.cpp
shell_integration/windows/OCUtil/RemotePathChecker.cpp
src/3rdparty/qtlockedfile/qtlockedfile_win.cpp
src/common/filesystembase.cpp
src/common/filesystembase.h
src/common/utility.cpp
src/common/utility_mac.cpp
src/common/utility_win.cpp
src/csync/csync.h
src/csync/csync_reconcile.cpp
src/csync/csync_update.cpp
src/csync/std/c_utf8.cpp
src/csync/std/c_utf8.h
src/csync/vio/csync_vio_local_win.cpp
src/gui/cloudproviders/cloudproviderwrapper.cpp
src/gui/folderman.h
src/gui/folderwatcher_mac.cpp
src/gui/folderwatcher_win.cpp
test/csync/csync_tests/check_csync_exclude.cpp
test/csync/csync_tests/check_csync_misc.cpp
test/csync/csync_tests/check_csync_update.cpp
test/csync/csync_tests/check_csync_util.cpp
test/csync/encoding_tests/check_encoding.cpp
test/csync/vio_tests/check_vio.cpp
test/csync/vio_tests/check_vio_ext.cpp
test/testnextcloudpropagator.cpp