From: Hans Wennborg Date: Tue, 5 Aug 2014 17:15:00 +0000 (+0000) Subject: ReleaseNotes: mention basic debug info and ASan support in the Windows blurb X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=458fb14407e7c0e63cce164509a70c51af291c45;p=platform%2Fupstream%2Fllvm.git ReleaseNotes: mention basic debug info and ASan support in the Windows blurb llvm-svn: 214882 --- diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 9803344..ae6bcfc 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/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 ` support, RTTI, name mangling, +DLL attributes, and many many bug fixes. See `MSVC Compatibility ` for details. While still considered experimental, Clang's Windows support is good enough