[PATCH] D14410: Cleanup: move all visibility attributes to the first declaration.

Evgeniy Stepanov via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 6 13:57:34 PST 2015


eugenis added a comment.

This is a mechanical change, and AFAIR I checked that no bits of libc++.so are affected.

The same mechanical change in streambuf/istream/ostream (the stuff that's parts of extern templates) breaks libc++ because of https://llvm.org/bugs/show_bug.cgi?id=25427, that's why it's not included here.

I'll verify that this is not a functional change one more time.


Repository:
  rL LLVM

http://reviews.llvm.org/D14410





More information about the cfe-commits mailing list