mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
a7e1ef6a50
-Wpessimizing-move warns when a call to std::move would prevent copy elision if the argument was not wrapped in a call. This happens when moving a local variable in a return statement when the variable is the same type as the return type or using a move to create a new object from a temporary object. -Wredundant-move warns when an implicit move would already be made, so the std::move call is not needed, such as when moving a local variable in a return that is different from the return type. |
||
---|---|---|
.. | ||
scripts | ||
templates | ||
toolchains | ||
EthBuildInfo.cmake | ||
EthCcache.cmake | ||
EthCheckCXXCompilerFlag.cmake | ||
EthCompilerSettings.cmake | ||
EthDependencies.cmake | ||
EthOptions.cmake | ||
EthPolicy.cmake | ||
EthToolchains.cmake | ||
EthUtils.cmake | ||
FindCLN.cmake | ||
FindCVC4.cmake | ||
FindGMP.cmake | ||
FindZ3.cmake | ||
jsoncpp.cmake |