[PATCH] D51340: Add /Zc:DllexportInlines option to clang-cl
Reid Kleckner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 31 14:48:18 PDT 2018
rnk added inline comments.
================
Comment at: clang/include/clang/Basic/LangOptions.h:246
+ /// If set, dllexported classes dllexport their inline methods.
+ bool DllExportInlines = true;
+
----------------
We should define this in the LangOptions.def file.
https://reviews.llvm.org/D51340
More information about the cfe-commits
mailing list