From a235996d4c099724af795eb09f3f1fd5a75e6df7 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Tue, 26 May 2015 19:56:13 +0000 Subject: [PATCH] Fixing an RST issue to silence a sphinx warning. llvm-svn: 238241 --- clang/docs/ReleaseNotes.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 6774da588cf0..c6dc6aa8ba70 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^