[Documentation] Try to fix build failure in cppcoreguidelines-narrowing-conversions documentation

llvm-svn: 347825
This commit is contained in:
Eugene Zelenko 2018-11-29 02:13:25 +00:00
parent 5d1c6f8841
commit 54c82d3642
1 changed files with 4 additions and 4 deletions

View File

@ -27,15 +27,15 @@ This check will flag:
For example: ``int i; i+= 0.1;``.
Options
-------
Options
-------
.. option:: WarnOnFloatingPointNarrowingConversion
.. option:: WarnOnFloatingPointNarrowingConversion
When non-zero, the check will warn on narrowing floating point conversion
(e.g. ``double`` to ``float``). `1` by default.
.. option:: PedanticMode
.. option:: PedanticMode
When non-zero, the check will warn on assigning a floating point constant
to an integer value even if the floating point value is exactly