[clang] [clang][serialization] Pass `ASTContext` explicitly (PR #115235)

Jan Svoboda via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 6 15:58:40 PST 2024


jansvoboda11 wrote:

To clarify, the main reason for this patch is that I find passing a reference much less error-prone than having an omnipresent pointer that will only be null during dependency scanning.

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


More information about the cfe-commits mailing list