diff --git a/.github/workflows/run-pre-commit.yml b/.github/workflows/pre-commit.yml similarity index 100% rename from .github/workflows/run-pre-commit.yml rename to .github/workflows/pre-commit.yml diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index 7b66774..985111a 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -75,7 +75,7 @@ jobs: needs: [build] strategy: matrix: - version: [ 7, 8, 9, 10, 11, 12, 12.0.1, 13, 14, 15, 16, 17 ] + version: [ 7, 8, 9, 10, 11, 12, 12.0.1, 13, 14, 15, 16, 17, 18 ] os: [ ubuntu-latest, macos-latest, windows-latest ] fail-fast: false runs-on: ${{ matrix.os }} diff --git a/README.rst b/README.rst index cf113b6..887cefe 100644 --- a/README.rst +++ b/README.rst @@ -130,12 +130,12 @@ Supported versions clang-format, clang-tidy, clang-query, clang-apply-replacements *************************************************************** .. csv-table:: - :header: "Version", "17", "16", "15", "14", "13", "12", "11", "10", "9", "8", "7" + :header: "Version", "18", "17", "16", "15", "14", "13", "12", "11", "10", "9", "8", "7" :stub-columns: 1 - Linux,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️ - Windows,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️ - macOS,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️ + Linux,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️ + Windows,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️ + macOS,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️,✔️ .. warning:: All clang-tidy v14+ builds for MacOS are still ~1.7 GB in size. diff --git a/clang_tools/__init__.py b/clang_tools/__init__.py index b4469b7..481ce18 100644 --- a/clang_tools/__init__.py +++ b/clang_tools/__init__.py @@ -8,4 +8,4 @@ suffix = ".exe" if install_os == "windows" else "" # tag of https://github.com/cpp-linter/clang-tools-static-binaries/releases -release_tag = "master-a2d1eff4" +release_tag = "master-03a926cf" diff --git a/tests/clang-format-12_windows-amd64.sha512sum b/tests/clang-format-12_windows-amd64.sha512sum index a668f27..132a49a 100644 --- a/tests/clang-format-12_windows-amd64.sha512sum +++ b/tests/clang-format-12_windows-amd64.sha512sum @@ -1 +1 @@ -8c03bcc6f4166cd05039a6217f0c0834ed2a321e0a2a64a16b87923e94ee33a980c09b1e78e1aba5e9ea045ac843d8d51b32fcfe44fc5d98d840efb16b359bb6 *clang-format-12_windows-amd64 +2fc26bf55b5e6d4346d53232c0c248a4fb9561ad9b5875237d95dbed1427ce2ea7651ed6f9bba0c7270ee3b4f99c04b036a6e40403452796aaa518434a75d626 *clang-format-12_windows-amd64