]> granicus.if.org Git - clang/commitdiff
Fixing the indentation of the RST content in the release notes. Fixes two warnings...
authorAaron Ballman <aaron@aaronballman.com>
Sun, 23 Feb 2014 16:27:21 +0000 (16:27 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Sun, 23 Feb 2014 16:27:21 +0000 (16:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201987 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index 3032f37900aaf4bcb401d6455cc015a052fa6ea5..28c19716ee455b535fcbd0a3872190ed705601ae 100644 (file)
@@ -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