llvm::IntrusiveRefCntPtr => std::shared_ptr to match the changes in clang r212388
authorSylvestre Ledru <sylvestre@debian.org>
Sun, 6 Jul 2014 18:39:39 +0000 (18:39 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Sun, 6 Jul 2014 18:39:39 +0000 (18:39 +0000)
llvm-svn: 212413

lldb/include/lldb/Symbol/ClangASTContext.h

index 6797ba2..b533976 100644 (file)
@@ -417,7 +417,7 @@ protected:
     std::unique_ptr<clang::SourceManager>           m_source_manager_ap;
     std::unique_ptr<clang::DiagnosticsEngine>       m_diagnostics_engine_ap;
     std::unique_ptr<clang::DiagnosticConsumer>      m_diagnostic_consumer_ap;
-    llvm::IntrusiveRefCntPtr<clang::TargetOptions>  m_target_options_rp;
+    std::shared_ptr<clang::TargetOptions>           m_target_options_rp;
     std::unique_ptr<clang::TargetInfo>              m_target_info_ap;
     std::unique_ptr<clang::IdentifierTable>         m_identifier_table_ap;
     std::unique_ptr<clang::SelectorTable>           m_selector_table_ap;