Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon Mulder!

llvm-svn: 135855
This commit is contained in:
Chris Lattner
2011-07-23 17:14:25 +00:00
parent 7e6ca972c9
commit 54b1677d23
19 changed files with 41 additions and 39 deletions

View File

@@ -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