From 5fc7890f6f8269f5a7de581383197299a37baa7e Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Tue, 5 Aug 2014 17:19:14 +0000 Subject: [PATCH] ReleaseNotes: try to fix links git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@214883 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index ae6bcfcaed..a480835190 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -125,14 +125,14 @@ 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, basic debug info, -`Address Sanitizer ` support, RTTI, name mangling, +`Address Sanitizer `_ support, RTTI, name mangling, DLL attributes, and many many bug fixes. See -`MSVC Compatibility ` for details. +`MSVC Compatibility `_ for details. While still considered experimental, Clang's Windows support is good enough that Clang can self-host on Windows, and projects such as Chromium and Firefox have been built successfully using the -`/fallback ` option. +`/fallback `_ option. C Language Changes in Clang -- 2.40.0