Normalize passes keep spans and clean warnings

This commit is contained in:
nyash-codex
2025-11-24 15:02:51 +09:00
parent 466e636af6
commit da1a5558e5
40 changed files with 547 additions and 362 deletions

View File

@ -5,7 +5,6 @@
// - ValueIdの意味的分類Parameter, Local, Constant等を導入
// - GUARDバグのような「ValueId(0)の曖昧性」から生じるバグを根絶
use crate::mir::ConstValue;
use crate::mir::ValueId;
/// ValueIdの意味的分類型安全性強化