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
+3 -3
View File
@@ -45,7 +45,7 @@
#include <liblangutil/Exceptions.h>
#include <liblangutil/Scanner.h>
#include <liblangutil/SourceReferenceFormatterHuman.h>
#include <liblangutil/SourceReferenceFormatter.h>
#include <libsmtutil/Exceptions.h>
@@ -1447,7 +1447,7 @@ bool CommandLineInterface::processInput()
m_compiler = make_unique<CompilerStack>(fileReader);
SourceReferenceFormatterHuman formatter(serr(false), m_coloredOutput, m_withErrorIds);
SourceReferenceFormatter formatter(serr(false), m_coloredOutput, m_withErrorIds);
try
{
@@ -1872,7 +1872,7 @@ bool CommandLineInterface::assemble(
for (auto const& sourceAndStack: assemblyStacks)
{
auto const& stack = sourceAndStack.second;
SourceReferenceFormatterHuman formatter(serr(false), m_coloredOutput, m_withErrorIds);
SourceReferenceFormatter formatter(serr(false), m_coloredOutput, m_withErrorIds);
for (auto const& error: stack.errors())
{