Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[sonar] Replace redundant type with "auto" (include/ and src/).
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sat, 3 Oct 2020 19:53:46 +0000 (21:53 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sun, 4 Oct 2020 20:18:38 +0000 (22:18 +0200)
commit1b89437671ba572a199dd4ff5766ba82720cdf03
treeb52b61a5be32d5a2d93cbec6b8cc66a63a9df921
parent298475b7a7f5b043d8d6870ac51626a9d8bd3777
[sonar] Replace redundant type with "auto" (include/ and src/).
50 files changed:
include/simgrid/s4u/Engine.hpp
include/xbt/automaton.hpp
include/xbt/config.hpp
include/xbt/functional.hpp
src/bindings/lua/lua_host.cpp
src/bindings/lua/lua_platf.cpp
src/bindings/python/simgrid_python.cpp
src/include/xbt/parmap.hpp
src/instr/instr_platform.cpp
src/instr/jedule/jedule_platform.cpp
src/kernel/activity/CommImpl.cpp
src/kernel/activity/MailboxImpl.cpp
src/kernel/activity/SemaphoreImpl.cpp
src/kernel/actor/ActorImpl.cpp
src/kernel/context/Context.hpp
src/kernel/context/ContextBoost.cpp
src/kernel/context/ContextSwapped.cpp
src/kernel/context/ContextThread.cpp
src/kernel/lmm/maxmin.cpp
src/kernel/resource/profile/Profile.cpp
src/kernel/routing/DijkstraZone.cpp
src/kernel/routing/FatTreeZone.cpp
src/kernel/routing/NetZoneImpl.cpp
src/kernel/routing/RoutedZone.cpp
src/kernel/routing/TorusZone.cpp
src/plugins/file_system/s4u_FileSystem.cpp
src/plugins/host_energy.cpp
src/plugins/vm/VmLiveMigration.cpp
src/s4u/s4u_Actor.cpp
src/s4u/s4u_Mailbox.cpp
src/simdag/sd_global.cpp
src/simdag/sd_task.cpp
src/simix/smx_global.cpp
src/surf/HostImpl.cpp
src/surf/cpu_interface.cpp
src/surf/network_cm02.cpp
src/surf/network_ib.cpp
src/surf/network_interface.cpp
src/surf/network_wifi.cpp
src/surf/ptask_L07.cpp
src/surf/sg_platf.cpp
src/surf/surf_interface.cpp
src/surf/xml/surfxml_sax_cb.cpp
src/xbt/config.cpp
src/xbt/dict.cpp
src/xbt/dict_test.cpp
src/xbt/dynar.cpp
src/xbt/xbt_log_appender_file.cpp
src/xbt/xbt_log_layout_format.cpp
src/xbt/xbt_str_test.cpp