[clang] Change `ASTUnit::getASTContext() const` to return a non-const `ASTContext` (PR #130096)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 6 05:01:25 PST 2025


https://github.com/AaronBallman commented:

This is weakening const correctness, which is the opposite direction of where we should be going IMO.

https://github.com/llvm/llvm-project/pull/130096


More information about the cfe-commits mailing list