================
@@ -26,3 +34,14 @@ loss of precision through:
 
   auto a = {65536LL * 65536 * 65536};
   return std::accumulate(std::begin(a), std::end(a), 0);
+
+The check also handles overloads with the following transparent standard
+functors:
----------------
vbvictor wrote:

```suggestion
The check handles overloads with the following transparent standard functors:
```
if it could be in one sentence

https://github.com/llvm/llvm-project/pull/183300
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to