Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon Mulder!
llvm-svn: 135855
This commit is contained in:
@@ -29,7 +29,7 @@ using namespace clang;
|
||||
/// \return A CompilerInvocation, or 0 if none was built for the given
|
||||
/// argument vector.
|
||||
CompilerInvocation *
|
||||
clang::createInvocationFromCommandLine(llvm::ArrayRef<const char *> ArgList,
|
||||
clang::createInvocationFromCommandLine(ArrayRef<const char *> ArgList,
|
||||
llvm::IntrusiveRefCntPtr<Diagnostic> Diags) {
|
||||
if (!Diags.getPtr()) {
|
||||
// No diagnostics engine was provided, so create our own diagnostics object
|
||||
|
||||
Reference in New Issue
Block a user