summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Zhao <44533763+Pistonight@users.noreply.github.com>2025-06-22 13:46:09 -0700
committerGitHub <noreply@github.com>2025-06-22 21:46:09 +0100
commit71530ca9b1b9a5d974f28a97ebe52ae8b29c208f (patch)
treea4e28c8606a4eefe8b2734d6d5cefff8df33716d
parentf18a3f4f9410e6eedb85b0434dbedc119e49d81b (diff)
chore: disable `performance-enum-size` and update tools/common (#146)
* update tools/common * disable performance-enum-size lint * add toolchain/nx-decomp-tools-binaries
-rw-r--r--.clang-tidy1
-rw-r--r--.gitmodules4
m---------toolchain/nx-decomp-tools-binaries0
m---------tools/common0
4 files changed, 5 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 0784981f..d5a0bc96 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -27,6 +27,7 @@ modernize-*,
-modernize-use-trailing-return-type,
-modernize-avoid-c-arrays,
performance-*,
+-performance-enum-size,
-performance-no-int-to-ptr,
-performance-unnecessary-copy-initialization,
readability-*,
diff --git a/.gitmodules b/.gitmodules
index d52b716f..9619f295 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -16,3 +16,7 @@
[submodule "lib/EventFlow"]
path = lib/EventFlow
url = https://github.com/open-ead/EventFlow
+[submodule "toolchain/nx-decomp-tools-binaries"]
+ path = toolchain/nx-decomp-tools-binaries
+ url = https://github.com/open-ead/nx-decomp-tools-binaries
+ branch = master
diff --git a/toolchain/nx-decomp-tools-binaries b/toolchain/nx-decomp-tools-binaries
new file mode 160000
+Subproject 9149bb6f519f931ca8e174d1bec8aecfde694d3
diff --git a/tools/common b/tools/common
-Subproject 8a19eb879e94ff19bcc5fb59c0ce3336ce3214a
+Subproject ba1c7b025d23c9292e87cf4848d74c59fe6dfb9