5chmidti wrote:

Actually, shouldn't this check instead change an explicit cast for a 
`CXXParenListExpr` from `static_cast<C>(42)` to `C(42)`? Doing this would be 
fairly simple and there should not be any case that wouldn't support it FWICT.

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

Reply via email to