Instead, use using namespace lld(::coff), and fully qualify the names
of free functions where they are defined in cpp files.
This effectively reverts d79c3be618 to follow the new style guide added
in 236fcbc21a7a8872.
Paths
| Differential D74882
Remove namespace lld { namespace coff { from COFF LLD cpp files ClosedPublic Authored by rnk on Feb 19 2020, 5:08 PM.
Details Summary Instead, use using namespace lld(::coff), and fully qualify the names This effectively reverts d79c3be618 to follow the new style guide added
Diff Detail
Unit TestsFailed Event Timeline
rnk marked an inline comment as done. Comment Actions
rnk added inline comments.
This revision is now accepted and ready to land.Feb 25 2020, 5:10 PM Closed by commit rG8a310f40d0a3: Remove namespace lld { namespace coff { from COFF LLD cpp files (authored by rnk). · Explain WhyFeb 25 2020, 5:39 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 245753 lld/COFF/DebugTypes.cpp
lld/COFF/InputFiles.cpp
lld/COFF/LTO.cpp
lld/COFF/MapFile.cpp
lld/COFF/MinGW.cpp
lld/COFF/PDB.cpp
lld/COFF/Writer.cpp
|
Other files using namespace lld before llvm.