[clang] [clang] Hide the `LangOptions` pointer from `CompilerInvocation` (PR #137675)
Jan Svoboda via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 29 09:12:03 PDT 2025
jansvoboda11 wrote:
The `unique_ptr` in `ASTUnit` always stores a **copy** of the `shared_ptr` in `CompilerInvocation`.
https://github.com/llvm/llvm-project/pull/137675
More information about the cfe-commits
mailing list