]> granicus.if.org Git - clang/commitdiff
Move comment to its rightful place
authorRenato Golin <renato.golin@linaro.org>
Fri, 13 Dec 2013 09:27:34 +0000 (09:27 +0000)
committerRenato Golin <renato.golin@linaro.org>
Fri, 13 Dec 2013 09:27:34 +0000 (09:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@197219 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index 6b1b88db52fb864a7983caeff21e469f8cf2913d..07661a8803c28ca48d91d4d82dff95f0cacd95a7 100644 (file)
@@ -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
 ^^^^^^^^^^^^^^^^^^^