Remove CharStream from SourceLocation.

This commit is contained in:
chriseth
2021-07-14 15:12:07 +02:00
parent 57d32ca252
commit f75b55071e
73 changed files with 613 additions and 560 deletions
+1 -7
View File
@@ -35,6 +35,7 @@ namespace solidity::langutil
{
class CharStream;
class Scanner;
}
@@ -47,13 +48,6 @@ struct CodeWeights;
}
namespace std
{
std::ostream& operator<<(std::ostream& _outputStream, solidity::langutil::ErrorList const& _errors);
}
namespace solidity::phaser
{