[llvm-branch-commits] [llvm-branch] r338724 - Release notes: fix -fno-strict-float-cast-overflow quoting
Hans Wennborg via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Aug 2 07:47:40 PDT 2018
Author: hans
Date: Thu Aug 2 07:47:40 2018
New Revision: 338724
URL: http://llvm.org/viewvc/llvm-project?rev=338724&view=rev
Log:
Release notes: fix -fno-strict-float-cast-overflow quoting
Modified:
llvm/branches/release_70/docs/ReleaseNotes.rst
Modified: llvm/branches/release_70/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_70/docs/ReleaseNotes.rst?rev=338724&r1=338723&r2=338724&view=diff
==============================================================================
--- llvm/branches/release_70/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_70/docs/ReleaseNotes.rst Thu Aug 2 07:47:40 2018
@@ -65,7 +65,7 @@ Non-comprehensive list of changes in thi
results for code that is relying on the undefined behavior of overflowing
casts. The optimization can be disabled by specifying a function attribute:
"strict-float-cast-overflow"="false". This attribute may be created by the
- clang option :option:`-fno-strict-float-cast-overflow`.
+ clang option ``-fno-strict-float-cast-overflow``.
Code sanitizers can be used to detect affected patterns. The option for
detecting this problem alone is "-fsanitize=float-cast-overflow":
More information about the llvm-branch-commits
mailing list