[clang] [clang] Be const-correct with all uses of `Module *`. (PR #93493)
Matheus Izvekov via cfe-commits
cfe-commits at lists.llvm.org
Tue May 28 10:20:29 PDT 2024
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
More information about the cfe-commits
mailing list