summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2014-08-05 17:15:00 +0000
committerHans Wennborg <hans@hanshq.net>2014-08-05 17:15:00 +0000
commite7052c41728b95ddf889bbde9627bee13947cde0 (patch)
tree2bc55fc406ddc9f701acc7b9464eb7a683ff4367 /docs/ReleaseNotes.rst
parent32f7b913f85e783f691ec7d40e0b2e6b22a9aef0 (diff)
downloadclang-e7052c41728b95ddf889bbde9627bee13947cde0.tar.gz
ReleaseNotes: mention basic debug info and ASan support in the Windows blurb
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@214882 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r--docs/ReleaseNotes.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 9803344935..ae6bcfcaed 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -124,8 +124,9 @@ Windows Support
Clang's support for building native Windows programs, compatible with Visual
C++, has improved significantly since the previous release. This includes
-correctly passing non-trivial objects by value, record layout, RTTI, name
-mangling, DLL attributes, and many many bug fixes. See
+correctly passing non-trivial objects by value, record layout, basic debug info,
+`Address Sanitizer <AddressSanitizer.html>` support, RTTI, name mangling,
+DLL attributes, and many many bug fixes. See
`MSVC Compatibility <MSVCCompatibility.html>` for details.
While still considered experimental, Clang's Windows support is good enough