Skip to content

Commit

Permalink
Merge pull request FEX-Emu#4284 from neobrain/refactor_autoformat_inl
Browse files Browse the repository at this point in the history
CodeEmitter: Auto-format .inl headers
  • Loading branch information
Sonicadvance1 authored Jan 21, 2025
2 parents adff4bb + 9882f53 commit 1aa8c6f
Show file tree
Hide file tree
Showing 12 changed files with 2,318 additions and 2,941 deletions.
5 changes: 4 additions & 1 deletion .clang-format-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@
# Ignore all files in the External directory
External/*

# SoftFloat-3e code doesn't belong to us
# SoftFloat-3e code doesn't belong to us
FEXCore/Source/Common/SoftFloat-3e/*
Source/Common/cpp-optparse/*

# Files with human-indented tables for readability - don't mess with these
FEXCore/Source/Interface/Core/X86Tables/*

# Inline headers with list-like content that can't be processed individually
Source/Tools/LinuxEmulation/LinuxSyscalls/x*/SyscallsNames.inl
Source/Tools/LinuxEmulation/LinuxSyscalls/x*/Ioctl/*.inl
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@

# Second reformat to find fixed point PR#3577
905aa935f5ce344a48ef4d5edab3c31efa8d793e

# Reformat of CodeEmitter inl files
8760c593ece92d7e9fa94c40da0368fd367c9cad
315 changes: 147 additions & 168 deletions CodeEmitter/CodeEmitter/ALUOps.inl

Large diffs are not rendered by default.

1,291 changes: 580 additions & 711 deletions CodeEmitter/CodeEmitter/ASIMDOps.inl

Large diffs are not rendered by default.

Loading

0 comments on commit 1aa8c6f

Please sign in to comment.