Author: eugenezelenko Date: Tue May 15 14:45:01 2018 New Revision: 332405 URL: http://llvm.org/viewvc/llvm-project?rev=332405&view=rev Log: [Documentation] Fix Release Notes format issues.
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=332405&r1=332404&r2=332405&view=diff ============================================================================== --- cfe/trunk/docs/ReleaseNotes.rst (original) +++ cfe/trunk/docs/ReleaseNotes.rst Tue May 15 14:45:01 2018 @@ -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 ... _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits