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
This commit is contained in:
@@ -30,7 +30,7 @@ using namespace clang;
|
||||
/// argument vector.
|
||||
CompilerInvocation *
|
||||
clang::createInvocationFromCommandLine(ArrayRef<const char *> ArgList,
|
||||
llvm::IntrusiveRefCntPtr<DiagnosticsEngine> Diags) {
|
||||
IntrusiveRefCntPtr<DiagnosticsEngine> Diags) {
|
||||
if (!Diags.getPtr()) {
|
||||
// No diagnostics engine was provided, so create our own diagnostics object
|
||||
// with the default options.
|
||||
|
||||
Reference in New Issue
Block a user