summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2014-02-23 16:27:21 +0000
committerAaron Ballman <aaron@aaronballman.com>2014-02-23 16:27:21 +0000
commit5afdd1d770ff48e4425ee14b429fde882f2d5477 (patch)
tree4bc5ae4f00a7748ccd2cad1671965033cac542fa
parent5852d6bc571b1c8871e6c8daddf3e1a210f5604b (diff)
downloadbcm5719-llvm-5afdd1d770ff48e4425ee14b429fde882f2d5477.tar.gz
bcm5719-llvm-5afdd1d770ff48e4425ee14b429fde882f2d5477.zip
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.
llvm-svn: 201987
-rw-r--r--clang/docs/ReleaseNotes.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 3032f37900a..28c19716ee4 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -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
OpenPOWER on IntegriCloud