]> granicus.if.org Git - clang/commitdiff
Release notes: Mention clang-cl's /Zc:dllexportInlines- flag
authorHans Wennborg <hans@hanshq.net>
Mon, 12 Nov 2018 08:42:21 +0000 (08:42 +0000)
committerHans Wennborg <hans@hanshq.net>
Mon, 12 Nov 2018 08:42:21 +0000 (08:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@346640 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index eccc78ddc1a1284b3c5fc3c56edd5fd8622d1b68..09f656815d430bd91e4d3a8db6194957b0edbf8e 100644 (file)
@@ -102,6 +102,11 @@ Windows Support
   filename, a `#pragma hdrstop` inside the source marks the end of the
   precompiled code.
 
+- clang-cl has a new command-line option, ``/Zc:dllexportInlines-``, similar to
+  ``-fvisibility-inlines-hidden`` on non-Windows, that makes class-level
+  `dllexport` and `dllimport` attributes not apply to inline member functions.
+  This can significantly reduce compile and link times. See the `User's Manual
+  <UsersManual.html#the-zc-dllexportinlines-option>`_ for more info.
 - ...