Rename AsmData -> AST

Also attempt to only include ASTForward where appropriate.
This commit is contained in:
Alex Beregszaszi
2020-11-25 17:58:02 +00:00
parent 7eb5fc31f8
commit a22077f736
157 changed files with 175 additions and 152 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
namespace solidity::yul
{
// Forward-declaration to <yul/AsmData.h>
// Forward-declaration to <yul/AST.h>
struct Block;
struct Dialect;
}