mizvekov wrote:

I could agree on being const correct here, but mostly by removing const, not 
adding more, in the general case.

The problem here is that this is such a big code base, and where some times 
parameters can be passed down from function to function for a very long depth, 
that this can make some seemingly small local changes propagate into a lot of 
code churn.

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

Reply via email to