summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2019-02-26 09:54:36 +0000
committerHans Wennborg <hans@hanshq.net>2019-02-26 09:54:36 +0000
commitaa2c7b0ed88f174a0f10b496184b569117a680f1 (patch)
tree5fb82c452ecab23277d48cec149a7babfe71b82c
parentf7e13ef2bf150bbffb20eae6f9973849359ce348 (diff)
ReleaseNotes: ARM64 SEH, pointed out by David Major
git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_80@354855 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index bdf4bcf70b..65ab1314d3 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -210,7 +210,7 @@ Attribute Changes in Clang
Windows Support
---------------
-- clang-cl now supports the use of the precompiled header options /Yc and /Yu
+- clang-cl now supports the use of the precompiled header options ``/Yc`` and ``/Yu``
without the filename argument. When these options are used without the
filename, a `#pragma hdrstop` inside the source marks the end of the
precompiled code.
@@ -229,7 +229,8 @@ Windows Support
- Allow using Address Sanitizer and Undefined Behaviour Sanitizer on MinGW.
-- ...
+- Structured Exception Handling support for ARM64 Windows. The ARM64 Windows
+ target is in pretty good shape now.
C Language Changes in Clang