There are hundreds (thousands?) of instances of this warning left.
A blog post on the new warning in gcc 9 is in
https://developers.redhat.com/blog/2019/04/12/understanding-when-not-to-stdmove-in-c/
Paths
| Differential D74672
Fix various occurences of redundant std::move [gcc 9 -Wredundant-move] AbandonedPublic Authored by nhaehnle on Feb 15 2020, 11:31 AM.
Details
Summary There are hundreds (thousands?) of instances of this warning left. A blog post on the new warning in gcc 9 is in
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 15 2020, 11:31 AM
Revision Contents
Diff 244833 clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
llvm/include/llvm/Bitstream/BitstreamReader.h
llvm/include/llvm/DebugInfo/CodeView/CVRecord.h
llvm/include/llvm/DebugInfo/CodeView/SymbolDeserializer.h
llvm/include/llvm/Object/ELF.h
llvm/include/llvm/Object/ELFObjectFile.h
llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
llvm/lib/ObjectYAML/CodeViewYAMLSymbols.cpp
llvm/lib/ObjectYAML/CodeViewYAMLTypes.cpp
llvm/lib/Support/APFloat.cpp
llvm/lib/Support/JSON.cpp
llvm/lib/Support/MemoryBuffer.cpp
llvm/lib/Support/Path.cpp
llvm/lib/Support/YAMLTraits.cpp
llvm/lib/TableGen/JSONBackend.cpp
llvm/lib/XRay/Profile.cpp
llvm/tools/obj2yaml/elf2yaml.cpp
llvm/utils/TableGen/GlobalISelEmitter.cpp
|