summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2018-08-02 14:47:40 +0000
committerHans Wennborg <hans@hanshq.net>2018-08-02 14:47:40 +0000
commit4f6e104a16b28643fee80da3c398daa1f5da953b (patch)
treeb0f19081a0bf74822a0e3089b8e0a56bfcde41dc
parentd030aee3d2d544dbecef32b2f0df28e2a384688a (diff)
Release notes: fix -fno-strict-float-cast-overflow quoting
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_70@338724 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index a6942c01914..5eb0bd8cf5e 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -65,7 +65,7 @@ Non-comprehensive list of changes in this release
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":