Author: aaronballman
Date: Sun Feb 23 10:27:21 2014
New Revision: 201987

URL: http://llvm.org/viewvc/llvm-project?rev=201987&view=rev
Log:
Fixing the indentation of the RST content in the release notes. Fixes two 
warnings when building the HTML content and improves the format of the 
resulting content.

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=201987&r1=201986&r2=201987&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.rst (original)
+++ cfe/trunk/docs/ReleaseNotes.rst Sun Feb 23 10:27:21 2014
@@ -48,13 +48,13 @@ Major New Features
 ------------------
 
 - Clang uses the new MingW ABI
-GCC 4.7 changed the mingw ABI. Clang 3.4 and older use the GCC 4.6
-ABI. Clang 3.5 and newer use the GCC 4.7 abi.
+  GCC 4.7 changed the mingw ABI. Clang 3.4 and older use the GCC 4.6
+  ABI. Clang 3.5 and newer use the GCC 4.7 abi.
 
 - The __has_attribute feature test is now target-aware. Older versions of 
Clang 
-would return true when the attribute spelling was known, regardless of whether 
-the attribute was available to the specific target. Clang now returns true 
only 
-when the attribute pertains to the current compilation target.
+  would return true when the attribute spelling was known, regardless of 
whether 
+  the attribute was available to the specific target. Clang now returns true 
only 
+  when the attribute pertains to the current compilation target.
 
 
 Improvements to Clang's diagnostics


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to