r214882 - ReleaseNotes: mention basic debug info and ASan support in the Windows blurb

Hans Wennborg hans at hanshq.net
Tue Aug 5 10:15:00 PDT 2014


Author: hans
Date: Tue Aug  5 12:15:00 2014
New Revision: 214882

URL: http://llvm.org/viewvc/llvm-project?rev=214882&view=rev
Log:
ReleaseNotes: mention basic debug info and ASan support in the Windows blurb

Modified:
    cfe/trunk/docs/ReleaseNotes.rst

Modified: cfe/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.rst?rev=214882&r1=214881&r2=214882&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.rst (original)
+++ cfe/trunk/docs/ReleaseNotes.rst Tue Aug  5 12:15:00 2014
@@ -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





More information about the cfe-commits mailing list