[llvm-branch-commits] [clang-tools-extra] [clang-tidy][docs] Rewrite readability check docs to Markdown [2/5] (PR #221529)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sun Sep 6 08:46:54 PDT 2026
================
@@ -95,56 +94,55 @@ equality is used to determine whether to diagnose or not, the user needs to
be aware of the details of floating-point representations for any values that
cannot be precisely represented for their target architecture.
-For each value in the :option:`IgnoredFloatingPointValues` set, both the
+For each value in the {option}`IgnoredFloatingPointValues` set, both the
single-precision form and double-precision form are accepted (for example, if
3.14 is in the set, neither 3.14f nor 3.14 will produce a warning).
Scientific notation is supported for both source code input and option.
Alternatively, the check for the floating point numbers can be disabled for
all floating point values by enabling the
-:option:`IgnoreAllFloatingPointValues` option.
+{option}`IgnoreAllFloatingPointValues` option.
----------------
EugeneZelenko wrote:
```suggestion
{option}`IgnoreAllFloatingPointValues`.
```
https://github.com/llvm/llvm-project/pull/221529
More information about the llvm-branch-commits
mailing list