├── .github └── workflows │ └── clang-tools-amd64.yml ├── LICENSE ├── README.md ├── include-cstdint-string-prior-to-using-uint8_t.patch ├── windows-clang-3.9_constify-operator.patch └── windows-clang-9-10-trivially-copyable-mismatch.patch /.github/workflows/clang-tools-amd64.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muttleyxd/clang-tools-static-binaries/HEAD/.github/workflows/clang-tools-amd64.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muttleyxd/clang-tools-static-binaries/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muttleyxd/clang-tools-static-binaries/HEAD/README.md -------------------------------------------------------------------------------- /include-cstdint-string-prior-to-using-uint8_t.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muttleyxd/clang-tools-static-binaries/HEAD/include-cstdint-string-prior-to-using-uint8_t.patch -------------------------------------------------------------------------------- /windows-clang-3.9_constify-operator.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muttleyxd/clang-tools-static-binaries/HEAD/windows-clang-3.9_constify-operator.patch -------------------------------------------------------------------------------- /windows-clang-9-10-trivially-copyable-mismatch.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muttleyxd/clang-tools-static-binaries/HEAD/windows-clang-9-10-trivially-copyable-mismatch.patch --------------------------------------------------------------------------------