From: Aaron Ballman Date: Tue, 26 May 2015 19:56:13 +0000 (+0000) Subject: Fixing an RST issue to silence a sphinx warning. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=192331c6e739d6b8035169a5abf4e84f5f4d4e43;p=clang Fixing an RST issue to silence a sphinx warning. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@238241 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 6774da588c..c6dc6aa8ba 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -48,10 +48,9 @@ Major New Features ------------------ - Use of the ``__declspec`` language extension for declaration attributes now -requires passing the -fms-extensions or -fborland compiler flag. This language -extension is also enabled when compiling CUDA code, but its use should be -viewed as an implementation detail that is subject to change. - + requires passing the -fms-extensions or -fborland compiler flag. This language + extension is also enabled when compiling CUDA code, but its use should be + viewed as an implementation detail that is subject to change. Improvements to Clang's diagnostics ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^