https://github.com/PiotrZSL commented:

Some tweaks needed. Note that there is also issue for:
```
std::max(a, std::max(b, c)) -> std::max({a, b, c})
```
and this check would be nice thing for that also, but not under this PR.

Overall you got something that works, but is very strict, now I would like to 
see it to become more .. generic and could land.

https://github.com/llvm/llvm-project/pull/77816
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to