takuto.ikuta added inline comments.
================ Comment at: clang/lib/Driver/ToolChains/Clang.cpp:5244 + false)) + CmdArgs.push_back("-fvisibility-inlines-hidden"); + ---------------- hans wrote: > Huh, does this actually affect whether functions get dllexported or not? Sorry, what you want to ask? This will used to not add dllexport attr in L5690 of SemaDeclCXX.cpp. https://reviews.llvm.org/D51340 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits