r197219 - Move comment to its rightful place

Renato Golin renato.golin at linaro.org
Fri Dec 13 01:27:35 PST 2013


Author: rengolin
Date: Fri Dec 13 03:27:34 2013
New Revision: 197219

URL: http://llvm.org/viewvc/llvm-project?rev=197219&view=rev
Log:
Move comment to its rightful place

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=197219&r1=197218&r2=197219&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.rst (original)
+++ cfe/trunk/docs/ReleaseNotes.rst Fri Dec 13 03:27:34 2013
@@ -64,11 +64,6 @@ about them. The improvements since the 3
 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 b
 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
 ^^^^^^^^^^^^^^^^^^^
 





More information about the cfe-commits mailing list