mirror of
https://github.com/NaC-L/Mergen.git
synced 2026-05-12 09:40:34 +00:00
1a60446f57
- Split Semantics.ipp (4509 lines) into 5 category sub-files: Semantics_Helpers.ipp, Semantics_ControlFlow.ipp, Semantics_Arithmetic.ipp, Semantics_Bitwise.ipp, Semantics_Misc.ipp - Remove dead simplifyValue() function and all call sites - Remove 330 lines of commented-out Z3 integration code from OperandUtils.ipp - Remove commented-out dead code from ZydisDisassembler.hpp and lifterClass_symbolic.hpp - Remove using namespace llvm from GEPTracker.h header - Add .clang-format (LLVM base) and .editorconfig - Update .gitignore for temp/debug file patterns - Fix Docker workflow placeholder tag (my-image-name -> mergen) - Align cmake.toml rewrite_microtests target with lifter target
16 lines
225 B
INI
16 lines
225 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 2
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.{md,txt}]
|
|
trim_trailing_whitespace = false
|
|
|
|
[Makefile]
|
|
indent_style = tab
|