lib/std/builtin.zig | 9 +++++++++ src/Sema.zig | 5 +++++ src/codegen/llvm.zig | 5 +++++ src/codegen/llvm/bindings.zig | 9 +++++++++ src/stage1/all_types.hpp | 7 +++++++ src/stage1/analyze.cpp | 12 +++++++----- src/stage1/analyze.hpp | 4 ++-- src/stage1/codegen.cpp | 20 +++++++++++++++++++ src/stage1/ir.cpp | 33 ++++++++++++++++++++++++++++++-- 9 files changed, 95 insertions(+), 9 deletions(-)