style(sema): 规范符号表代码位置

This commit is contained in:
jing
2026-03-11 23:29:17 +08:00
parent 0e5a75eaf3
commit 2737ebd9fc
6 changed files with 23 additions and 23 deletions

View File

@@ -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;