forked from OSchip/llvm-project
Remove call to llvm::makeArrayRef. Implicit conversion is sufficient.
llvm-svn: 216711
This commit is contained in:
parent
f78d849a55
commit
ae926ad24d
|
@ -92,7 +92,7 @@ bool MatchQuery::run(llvm::raw_ostream &OS, QuerySession &QS) const {
|
|||
TD.emitDiagnostic(
|
||||
R.getBegin(), DiagnosticsEngine::Note,
|
||||
"\"" + BI->first + "\" binds here",
|
||||
llvm::makeArrayRef(CharSourceRange::getTokenRange(R)),
|
||||
CharSourceRange::getTokenRange(R),
|
||||
None, &AST->getSourceManager());
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue