hans marked 3 inline comments as done.
hans added a comment.
Thanks for the review! I made adjustments in r346748.
Comment at: cfe/trunk/docs/UsersManual.rst:3104
+
+This causes the class-level `dllexport` and `dllimport` attributes not to be
+applied to inline member functions
thakis added a comment.
Nice!
Comment at: cfe/trunk/docs/UsersManual.rst:2950
/Z7 Enable CodeView debug information in object files
+ /Zc:dllexportInlines- Don't dllexport/import inline member functions
of dllexport/import classes
+ /Zc:d
This revision was automatically updated to reflect the committed changes.
Closed by commit rL346639: clang-cl: Add documentation for
/Zc:dllexportInlines- (authored by hans, committed by ).
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D54319?vs=1733
takuto.ikuta accepted this revision.
takuto.ikuta added a comment.
This revision is now accepted and ready to land.
Seems good document!
https://reviews.llvm.org/D54319
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cg
hans created this revision.
hans added reviewers: takuto.ikuta, thakis, rnk.
A great feature needs great documentation. Please take a look!
https://reviews.llvm.org/D54319
Files:
docs/UsersManual.rst
include/clang/Driver/CLCompatOptions.td
Index: include/clang/Driver/CLCompatOptions.td
===