summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2019-09-25 11:53:17 +0000
committerHans Wennborg <hans@hanshq.net>2019-09-25 11:53:17 +0000
commitc80478b976273e88f936ed14303f2e0a00792bae (patch)
tree2b16d99ffdc1f136bcf426d78f3c45ffb716bde0 /docs
parentc213673642e93493395fe4b28c8dd4e876f13995 (diff)
downloadclang-c80478b976273e88f936ed14303f2e0a00792bae.tar.gz
Add a release note for r372844
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@372846 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.rst13
1 files changed, 12 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index bb93fb5477..5dbc4a0415 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -102,7 +102,18 @@ Attribute Changes in Clang
Windows Support
---------------
-- ...
+- Previous Clang versions contained a work-around to avoid an issue with the
+ standard library headers in Visual Studio 2019 versions prior to 16.3. This
+ work-around has now been removed, and users of Visual Studio 2019 are
+ encouraged to upgrade to 16.3 or later, otherwise they may see link errors as
+ below:
+
+ .. code-block:: console
+
+ error LNK2005: "bool const std::_Is_integral<int>" (??$_Is_integral@H@std@@3_NB) already defined
+
+
+
C Language Changes in Clang
---------------------------