summaryrefslogtreecommitdiffstats
path: root/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2018-06-28 12:05:40 +0000
committerAaron Ballman <aaron@aaronballman.com>2018-06-28 12:05:40 +0000
commitbff556fe3c9d9e8a530ef819fe034ad5ec69ce55 (patch)
treec6570bce664ed5cc41299b014b12b00b64b6663e /docs/ReleaseNotes.rst
parenta35288989d952cdc7cb4d19b0f5cdf7f623b18ad (diff)
The :option: syntax was generating Sphinx build warnings; switched to double backticks to silence the warning; NFC.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@335843 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r--docs/ReleaseNotes.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 15ae73e859..c0ce10d6eb 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -103,8 +103,7 @@ Non-comprehensive list of changes in this release
New Compiler Flags
------------------
-- :option:`-fstrict-float-cast-overflow` and
- :option:`-fno-strict-float-cast-overflow`.
+- ``-fstrict-float-cast-overflow`` and ``-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
@@ -112,7 +111,7 @@ New Compiler Flags
'no-strict' option, Clang attempts to match the overflowing behavior of the
target's native float-to-int conversion instructions.
-- :option: `-fforce-emit-vtables` and `-fno-force-emit-vtables`.
+- ``-fforce-emit-vtables`` and ``-fno-force-emit-vtables``.
In order to improve devirtualization, forces emitting of vtables even in
modules where it isn't necessary. It causes more inline virtual functions