summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Zelenko <eugene.zelenko@gmail.com>2018-11-29 02:13:25 +0000
committerEugene Zelenko <eugene.zelenko@gmail.com>2018-11-29 02:13:25 +0000
commit54c82d36427361a5a93368d1dc6ad987faa5c757 (patch)
tree33c55f3c66689159d33849f81b6763411292abe4
parent5d1c6f884180d8782cc1d1f01789b1f5e69fe632 (diff)
downloadbcm5719-llvm-54c82d36427361a5a93368d1dc6ad987faa5c757.tar.gz
bcm5719-llvm-54c82d36427361a5a93368d1dc6ad987faa5c757.zip
[Documentation] Try to fix build failure in cppcoreguidelines-narrowing-conversions documentation
llvm-svn: 347825
-rw-r--r--clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-narrowing-conversions.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-narrowing-conversions.rst b/clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-narrowing-conversions.rst
index 8c9bce164ff..2653fbcade1 100644
--- a/clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-narrowing-conversions.rst
+++ b/clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-narrowing-conversions.rst
@@ -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
OpenPOWER on IntegriCloud