diff --git a/scripts/dev-setup/install.sh b/scripts/dev-setup/install.sh new file mode 100644 index 0000000..9da7639 --- /dev/null +++ b/scripts/dev-setup/install.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +cmake -DLLVM_ENABLE_PROJECTS="clang-tools-extra" -DCMAKE_BUILD_TYPE=Release -G "Unix Makefiles" ../llvm \ No newline at end of file diff --git a/scripts/hooks/pre-commit.hook.sh b/scripts/hooks/pre-commit.hook.sh new file mode 100644 index 0000000..8a905bf --- /dev/null +++ b/scripts/hooks/pre-commit.hook.sh @@ -0,0 +1,5 @@ +#!/bin/bash + + +# Run clang-tidy +