Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Modernize method declarations.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 5 Oct 2020 21:05:56 +0000 (23:05 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 6 Oct 2020 09:24:00 +0000 (11:24 +0200)
commit6fb292d7e99020dc305b845e0a2284a9d811a4b2
tree56f1d0d5397dc8db0c049cb8093819d3d172ab70
parentb60c8af597ab1859e4b804954e6e6df37e8cff06
Modernize method declarations.

Clang-tidy enabled checks:
    modernize-use-equals-default
    modernize-use-equals-delete
    modernize-use-override
    modernize-use-transparent-functors
41 files changed:
include/simgrid/Exception.hpp
include/simgrid/kernel/routing/WifiZone.hpp
include/simgrid/s4u/Comm.hpp
include/simgrid/s4u/Exec.hpp
include/simgrid/s4u/Io.hpp
include/simgrid/s4u/VirtualMachine.hpp
include/xbt/Extendable.hpp
include/xbt/functional.hpp
src/instr/instr_paje_events.hpp
src/instr/instr_paje_types.hpp
src/instr/instr_private.hpp
src/kernel/context/Context.hpp
src/kernel/context/ContextSwapped.hpp
src/kernel/resource/DiskImpl.hpp
src/kernel/resource/profile/FutureEvtSet.hpp
src/kernel/routing/DijkstraZone.cpp
src/mc/AddressSpace.hpp
src/mc/checker/CommunicationDeterminismChecker.hpp
src/mc/checker/LivenessChecker.hpp
src/mc/checker/SafetyChecker.hpp
src/mc/remote/RemoteSimulation.hpp
src/mc/sosp/Snapshot.hpp
src/plugins/vm/VirtualMachineImpl.hpp
src/smpi/include/smpi_datatype.hpp
src/smpi/include/smpi_datatype_derived.hpp
src/smpi/include/smpi_f2c.hpp
src/smpi/include/smpi_file.hpp
src/smpi/include/smpi_info.hpp
src/smpi/include/smpi_win.hpp
src/smpi/internals/smpi_replay.cpp
src/smpi/plugins/sampi_loadbalancer.cpp
src/surf/StorageImpl.hpp
src/surf/cpu_ti.hpp
src/surf/disk_s19.hpp
src/surf/network_cm02.hpp
src/surf/network_constant.hpp
src/surf/network_ns3.hpp
src/surf/network_smpi.hpp
src/surf/ptask_L07.hpp
src/surf/storage_n11.hpp
src/xbt/config.cpp