From 0229d30a0495ce7a172761159d898c3f21111696 Mon Sep 17 00:00:00 2001 From: Renato Golin Date: Fri, 13 Dec 2013 09:27:34 +0000 Subject: [PATCH] Move comment to its rightful place git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@197219 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.rst | 10 +++++----- 1 file 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 ^^^^^^^^^^^^^^^^^^^ -- 2.40.0