================
@@ -30,8 +30,8 @@ Options
.. option:: ExcludedComparisonTypes
- A semicolon-separated list of class names for which the check will ignore
- comparisons of objects with default-constructed objects of the same type.
- If a class is listed here, the check will not suggest using ``empty()``
- instead of such comparisons for objects of that class.
- Default value is: `::std::array`.
+ A semicolon-separated list of regular expressions matching class names that
+ the check will ignore comparisons of objects with default-constructed
----------------
localspook wrote:
```suggestion
A semicolon-separated list of regular expressions matching class names for
which the check will ignore comparisons of objects with default-constructed
```
Here I think the original reads better
https://github.com/llvm/llvm-project/pull/161142
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits