Some header files used
namespace lld { namespace macho { // ... } // namespace macho std::string toString(const Type &t); } // namespace lld
In those files, I didn't use a nested namespace since it's not a big win there.
No behavior change.
Paths
| Differential D131354
[lld/mac] Use C++17 nested namespace syntax in most places ClosedPublic Authored by thakis on Aug 7 2022, 7:40 AM.
Details
Summary Some header files used namespace lld { namespace macho { // ... } // namespace macho std::string toString(const Type &t); } // namespace lld In those files, I didn't use a nested namespace since it's not a big win there. No behavior change.
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 7 2022, 7:40 AM This revision is now accepted and ready to land.Aug 8 2022, 1:46 AM This revision was landed with ongoing or failed builds.Aug 8 2022, 4:11 AM Closed by commit rGbf20d43f8263: [lld/mac] Use C++17 nested namespace syntax in most places (authored by thakis). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 450761 lld/MachO/Arch/ARM64Common.h
lld/MachO/ConcatOutputSection.h
lld/MachO/Driver.h
lld/MachO/Dwarf.h
lld/MachO/EhFrame.h
lld/MachO/ExportTrie.h
lld/MachO/ICF.h
lld/MachO/LTO.h
lld/MachO/MachOStructs.h
lld/MachO/MapFile.h
lld/MachO/MarkLive.h
lld/MachO/MarkLive.cpp
lld/MachO/ObjC.h
lld/MachO/OutputSection.h
lld/MachO/OutputSegment.h
lld/MachO/Relocations.h
lld/MachO/SectionPriorities.h
lld/MachO/SymbolTable.h
lld/MachO/SyntheticSections.h
lld/MachO/Target.h
lld/MachO/UnwindInfoSection.h
lld/MachO/Writer.h
|