style(sema): 规范符号表代码位置
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// 将语法树翻译为极简 IR。
|
||||
// 将语法树翻译为 IR。
|
||||
// 实现拆分在 IRGenFunc/IRGenStmt/IRGenExp/IRGenDecl。
|
||||
|
||||
#pragma once
|
||||
@@ -11,12 +11,6 @@
|
||||
#include "ir/IR.h"
|
||||
#include "sem/Sema.h"
|
||||
|
||||
namespace antlr4 {
|
||||
namespace tree {
|
||||
class ParseTree;
|
||||
}
|
||||
} // namespace antlr4
|
||||
|
||||
namespace ir {
|
||||
class Module;
|
||||
class Function;
|
||||
|
||||
Reference in New Issue
Block a user