summaryrefslogtreecommitdiffstats
path: root/clang/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
commit99c8651c7fe5470a23ccba5aa5dfe4b978e81a8f (patch)
tree1811af1e95fe681c2f45e20a4b595735c1404451 /clang/docs
parentf302436a0a454e11502f7e57da5ac6afaefa3077 (diff)
downloadbcm5719-llvm-99c8651c7fe5470a23ccba5aa5dfe4b978e81a8f.tar.gz
bcm5719-llvm-99c8651c7fe5470a23ccba5aa5dfe4b978e81a8f.zip
Add a release note for r372844
llvm-svn: 372846
Diffstat (limited to 'clang/docs')
-rw-r--r--clang/docs/ReleaseNotes.rst13
1 files changed, 12 insertions, 1 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index bb93fb54777..5dbc4a0415c 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/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
---------------------------
OpenPOWER on IntegriCloud