mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-03 08:51:43 +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) {
|
||||
warn_ostream() << Warning + "\n";
|
||||
if (!Context.isTriviallyEmpty())
|
||||
note_ostream() << Twine("while processing ") + Context + ":\n";
|
||||
note_ostream() << Twine("while processing ") + Context + "\n";
|
||||
}
|
||||
|
||||
bool error(Twine Error, Twine Context) {
|
||||
error_ostream() << Error + "\n";
|
||||
if (!Context.isTriviallyEmpty())
|
||||
note_ostream() << Twine("while processing ") + Context + ":\n";
|
||||
note_ostream() << Twine("while processing ") + Context + "\n";
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user