summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2018-08-14 07:52:21 +0000
committerMartin Storsjo <martin@martin.st>2018-08-14 07:52:21 +0000
commit5acbb5ed5f36739f088dbae20201d07a25b9985e (patch)
tree5febfe7cd72770b3e4ea2f1bebb4b2e2fa474708
parent7cdbd490e2da68d91c43cde18d784b281c3b4582 (diff)
[ReleaseNotes] Mention one Windows specific change for 7.0
git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_70@339647 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 5f446d85dc..06512d067e 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -186,6 +186,12 @@ Windows Support
Visual Studio's default stdafx.h setup now uses precompiled headers with
clang-cl.
+- The alternative entry point names
+ (``wmain``/``WinMain``/``wWinMain``/``DllMain``) now are properly mangled
+ as plain C names in C++ contexts when targeting MinGW, without having to
+ explicit specify ``extern "C"``. (This was already the case for MSVC
+ targets.)
+
- ...