Some Include What You Use suggestions were used too.
I checked this patch on my own build on RHEL 6. Regressions were OK.
Paths
| Differential D18812
[LLD] Fix Clang-tidy readability-static-definition-in-anonymous-namespace warnings; other minor fixes. AbandonedPublic Authored by Eugene.Zelenko on Apr 5 2016, 6:21 PM.
Details
Summary Some Include What You Use suggestions were used too. I checked this patch on my own build on RHEL 6. Regressions were OK.
Diff Detail
Event TimelineEugene.Zelenko retitled this revision from to [LLD] Fix Clang-tidy readability-static-definition-in-anonymous-namespace warnings; other minor fixes.. Eugene.Zelenko updated this object. Comment Actions I think as a policy we should use static for functions instead of anonymous namespaces in LLVM. Can you narrow the scopes of anonymous namespaces instead of removing static?
Revision Contents
Diff 52757 COFF/DLL.cpp
COFF/ModuleDef.cpp
lib/Driver/DarwinLdDriver.cpp
lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp
|