From 8d352c6dcdb6996ef1a4b5c8ad55f8ac117350f4 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 6 Jul 2014 18:39:39 +0000 Subject: [PATCH] llvm::IntrusiveRefCntPtr => std::shared_ptr to match the changes in clang r212388 llvm-svn: 212413 --- lldb/include/lldb/Symbol/ClangASTContext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/include/lldb/Symbol/ClangASTContext.h b/lldb/include/lldb/Symbol/ClangASTContext.h index 6797ba2..b533976 100644 --- a/lldb/include/lldb/Symbol/ClangASTContext.h +++ b/lldb/include/lldb/Symbol/ClangASTContext.h @@ -417,7 +417,7 @@ protected: std::unique_ptr m_source_manager_ap; std::unique_ptr m_diagnostics_engine_ap; std::unique_ptr m_diagnostic_consumer_ap; - llvm::IntrusiveRefCntPtr m_target_options_rp; + std::shared_ptr m_target_options_rp; std::unique_ptr m_target_info_ap; std::unique_ptr m_identifier_table_ap; std::unique_ptr m_selector_table_ap; -- 2.7.4