mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-04 17:56:53 +00:00
[dsymutil] Remove trailing colon. NFC
llvm-svn: 329554
This commit is contained in:
parent
396e6ea6d7
commit
862d40896f
@ -589,13 +589,13 @@ static bool inFunctionScope(CompileUnit &U, unsigned Idx) {
|
|||||||
void warn(Twine Warning, Twine Context) {
|
void warn(Twine Warning, Twine Context) {
|
||||||
warn_ostream() << Warning + "\n";
|
warn_ostream() << Warning + "\n";
|
||||||
if (!Context.isTriviallyEmpty())
|
if (!Context.isTriviallyEmpty())
|
||||||
note_ostream() << Twine("while processing ") + Context + ":\n";
|
note_ostream() << Twine("while processing ") + Context + "\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
bool error(Twine Error, Twine Context) {
|
bool error(Twine Error, Twine Context) {
|
||||||
error_ostream() << Error + "\n";
|
error_ostream() << Error + "\n";
|
||||||
if (!Context.isTriviallyEmpty())
|
if (!Context.isTriviallyEmpty())
|
||||||
note_ostream() << Twine("while processing ") + Context + ":\n";
|
note_ostream() << Twine("while processing ") + Context + "\n";
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user