Add a release note for r372844

llvm-svn: 372846
This commit is contained in:
Hans Wennborg 2019-09-25 11:53:17 +00:00
parent f302436a0a
commit 99c8651c7f
1 changed files with 12 additions and 1 deletions

View File

@ -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
---------------------------