[clang-tools-extra] Add AllowFalseEvaluated flag to clang-tidy noexcept-move-constructor check (PR #126897)

via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 12 09:05:32 PST 2025


================
@@ -22,4 +22,5 @@ The following options are described below:
 .. option:: AllowFalseEvaluated
 
     When defined, the check will not generate any warning
-    if the `expr` in `noexcept(expr)` evaluates to `false`.
+    if the ``expr`` in ``noexcept(expr)`` evaluates to ``false``.
+    The default value is ``false``.
----------------
EugeneZelenko wrote:

```suggestion
    The default value is `false`.
```

Option value.

https://github.com/llvm/llvm-project/pull/126897


More information about the cfe-commits mailing list