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/lib/Frontend/CompilerInvocation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/lib/Frontend/CompilerInvocation.cpp') diff --git a/clang/lib/Frontend/CompilerInvocation.cpp b/clang/lib/Frontend/CompilerInvocation.cpp index d4188969d3a..862a6547f82 100644 --- a/clang/lib/Frontend/CompilerInvocation.cpp +++ b/clang/lib/Frontend/CompilerInvocation.cpp @@ -38,7 +38,7 @@ CompilerInvocationBase::CompilerInvocationBase() : LangOpts(new LangOptions()) {} CompilerInvocationBase::CompilerInvocationBase(const CompilerInvocationBase &X) - : llvm::RefCountedBase(), + : RefCountedBase(), LangOpts(new LangOptions(*X.getLangOpts())) {} //===----------------------------------------------------------------------===// -- cgit v1.2.3