This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Remove unneeded visibility pragmas
ClosedPublic

Authored by smeenai on Nov 21 2016, 3:01 PM.

Details

Summary

The function definitions being guarded by the pragma were all static, so
they wouldn't be exported anyway. In any case, we should prefer the
visibility macros. No functional change.

Diff Detail

Repository
rL LLVM

Event Timeline

smeenai updated this revision to Diff 78792.Nov 21 2016, 3:01 PM
smeenai retitled this revision from to [libc++] Remove unneeded visibility pragmas.
smeenai updated this object.
smeenai added reviewers: EricWF, mclow.lists.
smeenai added a subscriber: cfe-commits.
EricWF accepted this revision.Nov 23 2016, 1:38 AM
EricWF edited edge metadata.
This revision is now accepted and ready to land.Nov 23 2016, 1:38 AM
This revision was automatically updated to reflect the committed changes.