src-self-hosted/clang_options_data.zig | 10 ++-- src-self-hosted/stage2.zig | 2 +- src/all_types.hpp | 10 ++++ src/analyze.hpp | 8 +--- src/buffer.hpp | 5 +- src/codegen.cpp | 82 ++++++++++++++------------------ src/compiler.cpp | 22 +++++++++ src/compiler.hpp | 6 ++- src/ir.cpp | 2 +- src/main.cpp | 46 ++++++++++-------- src/stage2.h | 2 +- src/util.hpp | 9 ++++ tools/update_clang_options.zig | 8 ++-- 13 files changed, 122 insertions(+), 90 deletions(-)