[Lldb-commits] [clang] [clang-tools-extra] [lldb] [clang] Remove intrusive reference count from `DiagnosticOptions` (PR #139584)
via lldb-commits
lldb-commits at lists.llvm.org
Wed May 14 02:44:51 PDT 2025
================
@@ -107,6 +107,7 @@ class ASTUnit {
private:
std::unique_ptr<LangOptions> LangOpts;
+ std::shared_ptr<DiagnosticOptions> DiagOpts;
----------------
cor3ntin wrote:
Can that be unique_ptr ?
https://github.com/llvm/llvm-project/pull/139584
More information about the lldb-commits
mailing list