From a97c4e3eee82208b3e96b7d6c1d1aa1aa3be864d Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Mon, 12 Nov 2018 08:42:21 +0000 Subject: Release notes: Mention clang-cl's /Zc:dllexportInlines- flag llvm-svn: 346640 --- clang/docs/ReleaseNotes.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'clang/docs') diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index eccc78ddc1a1..09f656815d43 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -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 + `_ for more info. - ... -- cgit v1.2.3