[Documentation] Fix Release Notes format issues.

llvm-svn: 332405
This commit is contained in:
Eugene Zelenko 2018-05-15 21:45:01 +00:00
parent 37b9f55cc6
commit ad5684aae0
1 changed files with 8 additions and 7 deletions

View File

@ -99,12 +99,13 @@ New Compiler Flags
------------------
- :option:`-fstrict-float-cast-overflow` and
:option:`-fno-strict-float-cast-overflow` -
: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.
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 ...