Rename SourceReferenceFormatterHuman.

This commit is contained in:
chriseth
2020-12-01 16:09:46 +01:00
parent 4044817255
commit c193ce6c07
25 changed files with 64 additions and 64 deletions
+2 -2
View File
@@ -31,7 +31,7 @@
#include <liblangutil/Exceptions.h>
#include <liblangutil/ErrorReporter.h>
#include <liblangutil/EVMVersion.h>
#include <liblangutil/SourceReferenceFormatterHuman.h>
#include <liblangutil/SourceReferenceFormatter.h>
#include <libsolutil/CommonIO.h>
#include <libsolutil/CommonData.h>
@@ -58,7 +58,7 @@ namespace
void printErrors(ErrorList const& _errors)
{
for (auto const& error: _errors)
SourceReferenceFormatterHuman(cout, true, false).printErrorInformation(*error);
SourceReferenceFormatter(cout, true, false).printErrorInformation(*error);
}
pair<shared_ptr<Block>, shared_ptr<AsmAnalysisInfo>> parse(string const& _source)