From c95d81924d89d92802697ee88e8d0db634869e74 Mon Sep 17 00:00:00 2001 From: Dylan Noblesmith Date: Mon, 20 Feb 2012 14:00:23 +0000 Subject: Basic: import IntrusiveRefCntPtr<> into clang namespace The class name is long enough without the llvm:: added. Also bring in RefCountedBase and RefCountedBaseVPTR. llvm-svn: 150958 --- clang/unittests/Basic/SourceManagerTest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'clang/unittests/Basic/SourceManagerTest.cpp') diff --git a/clang/unittests/Basic/SourceManagerTest.cpp b/clang/unittests/Basic/SourceManagerTest.cpp index 14f5b22a0c3..65d57b67b58 100644 --- a/clang/unittests/Basic/SourceManagerTest.cpp +++ b/clang/unittests/Basic/SourceManagerTest.cpp @@ -40,12 +40,12 @@ protected: FileSystemOptions FileMgrOpts; FileManager FileMgr; - llvm::IntrusiveRefCntPtr DiagID; + IntrusiveRefCntPtr DiagID; DiagnosticsEngine Diags; SourceManager SourceMgr; LangOptions LangOpts; TargetOptions TargetOpts; - llvm::IntrusiveRefCntPtr Target; + IntrusiveRefCntPtr Target; }; class VoidModuleLoader : public ModuleLoader { -- cgit v1.2.3