summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2013-12-13 09:27:34 +0000
committerRenato Golin <renato.golin@linaro.org>2013-12-13 09:27:34 +0000
commit0229d30a0495ce7a172761159d898c3f21111696 (patch)
tree882a563f5a4ea65b85a9d1cc0328034d7d1913d8 /docs/ReleaseNotes.rst
parentc33f25bf5341d19be05bcf64848445d9931c2be1 (diff)
downloadclang-0229d30a0495ce7a172761159d898c3f21111696.tar.gz
clang-0229d30a0495ce7a172761159d898c3f21111696.tar.bz2
clang-0229d30a0495ce7a172761159d898c3f21111696.tar.xz
Move comment to its rightful place
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@197219 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r--docs/ReleaseNotes.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 6b1b88db52..07661a8803 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -64,11 +64,6 @@ about them. The improvements since the 3.4 release include:
New Compiler Flags
------------------
-...
-
-C Language Changes in Clang
----------------------------
-
The integrated assembler is now turned on by default on ARM (and Thumb),
so the use of the option `-integrated-as` is now redundant on those
architectures. This is an important move to both *eat our own dog food*
@@ -80,6 +75,11 @@ getting them all fixed. Please, report bugs or feature requests if
you find anything. In the meantime, use `-no-integrated-as` to revert
back the call to GNU assembler.
+C Language Changes in Clang
+---------------------------
+
+...
+
C11 Feature Support
^^^^^^^^^^^^^^^^^^^