[PATCH] D51340: Add /Zc:DllexportInlines option to clang-cl

Takuto Ikuta via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 31 23:56:07 PDT 2018


takuto.ikuta added a comment.

Thank you for review!



================
Comment at: clang/include/clang/Basic/LangOptions.h:246
+  /// If set, dllexported classes dllexport their inline methods.
+  bool DllExportInlines = true;
+
----------------
rnk wrote:
> We should define this in the LangOptions.def file.
Moved.


https://reviews.llvm.org/D51340





More information about the cfe-commits mailing list