inglorion added a comment.
@chrisjackson,
  grep -ER '(error|fatal|warn)\(' lld/ELF
finds a lot of places where we are putting location information in diagnostics. Are you planning to convert those to use the new API/formatting, too?
https://reviews.llvm.org/D47540