[Documentation] Fix Release Notes format issues.
authorEugene Zelenko <eugene.zelenko@gmail.com>
Tue, 15 May 2018 21:45:01 +0000 (21:45 +0000)
committerEugene Zelenko <eugene.zelenko@gmail.com>
Tue, 15 May 2018 21:45:01 +0000 (21:45 +0000)
llvm-svn: 332405

clang/docs/ReleaseNotes.rst

index 4cb41b2..93a258c 100644 (file)
@@ -99,12 +99,13 @@ New Compiler Flags
 ------------------
 
 - :option:`-fstrict-float-cast-overflow` and
-  :option:`-fno-strict-float-cast-overflow` -
-   When a floating-point value is not representable in a destination integer
-   type, the code has undefined behavior according to the language standard.
-   By default, Clang will not guarantee any particular result in that case.
-   With the 'no-strict' option, Clang attempts to match the overflowing behavior
-   of the target's native float-to-int conversion instructions.
+  :option:`-fno-strict-float-cast-overflow`.
+
+  When a floating-point value is not representable in a destination integer
+  type, the code has undefined behavior according to the language standard. By
+  default, Clang will not guarantee any particular result in that case. With the
+  'no-strict' option, Clang attempts to match the overflowing behavior of the
+  target's native float-to-int conversion instructions.
 
 - ...
 
@@ -127,7 +128,7 @@ Modified Compiler Flags
   this: `clang --autocomplete=-cc1,-xc++,-fsyn`.
 
 New Pragmas in Clang
------------------------
+--------------------
 
 Clang now supports the ...