r238241 - Fixing an RST issue to silence a sphinx warning.

Aaron Ballman aaron at aaronballman.com
Tue May 26 12:56:13 PDT 2015


Author: aaronballman
Date: Tue May 26 14:56:13 2015
New Revision: 238241

URL: http://llvm.org/viewvc/llvm-project?rev=238241&view=rev
Log:
Fixing an RST issue to silence a sphinx warning.

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=238241&r1=238240&r2=238241&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.rst (original)
+++ cfe/trunk/docs/ReleaseNotes.rst Tue May 26 14:56:13 2015
@@ -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
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^





More information about the cfe-commits mailing list