Skip to content

Commit

Permalink
feat: update Clang/LLVM toolchain to version 18.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaegers committed Jan 6, 2025
1 parent 2270b53 commit e886fa4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/cpp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ FROM ubuntu:24.04@sha256:80dd3c3b9c6cecb9f1667e9290b3bc61b78c2678c02cbdae5f0fea9

ARG BATS_VERSION=1.11.0
ARG CCACHE_VERSION=4.10.1
ARG CLANG_VERSION=17
ARG CLANG_VERSION=18
ARG CPM_VERSION=0.40.2
ARG DOCKER_VERSION=27.3.1
ARG MULL_VERSION=0.22.0
ARG INCLUDE_WHAT_YOU_USE_VERSION=0.21
ARG MULL_VERSION=0.24.0
ARG INCLUDE_WHAT_YOU_USE_VERSION=0.22
ARG XWIN_VERSION=0.6.5

ARG DEBIAN_FRONTEND=noninteractive
Expand Down
16 changes: 8 additions & 8 deletions .devcontainer/cpp/apt-requirements-clang.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"clang-17": "1:17.0.6~++20240501091250+6009708b4367-1~exp1~20240501211359.8",
"clangd-17": "1:17.0.6~++20240501091250+6009708b4367-1~exp1~20240501211359.8",
"clang-format-17": "1:17.0.6~++20240501091250+6009708b4367-1~exp1~20240501211359.8",
"clang-tidy-17": "1:17.0.6~++20240501091250+6009708b4367-1~exp1~20240501211359.8",
"clang-tools-17": "1:17.0.6~++20240501091250+6009708b4367-1~exp1~20240501211359.8",
"libclang-rt-17-dev": "1:17.0.6~++20240501091250+6009708b4367-1~exp1~20240501211359.8",
"lld-17": "1:17.0.6~++20240501091250+6009708b4367-1~exp1~20240501211359.8",
"llvm-17": "1:17.0.6~++20240501091250+6009708b4367-1~exp1~20240501211359.8"
"clang-18": "1:18.1.8~++20240731025043+3b5b5c1ec4a3-1~exp1~20240731145144.92",
"clangd-18": "1:18.1.8~++20240731025043+3b5b5c1ec4a3-1~exp1~20240731145144.92",
"clang-format-18": "1:18.1.8~++20240731025043+3b5b5c1ec4a3-1~exp1~20240731145144.92",
"clang-tidy-18": "1:18.1.8~++20240731025043+3b5b5c1ec4a3-1~exp1~20240731145144.92",
"clang-tools-18": "1:18.1.8~++20240731025043+3b5b5c1ec4a3-1~exp1~20240731145144.92",
"libclang-rt-18-dev": "1:18.1.8~++20240731025043+3b5b5c1ec4a3-1~exp1~20240731145144.92",
"lld-18": "1:18.1.8~++20240731025043+3b5b5c1ec4a3-1~exp1~20240731145144.92",
"llvm-18": "1:18.1.8~++20240731025043+3b5b5c1ec4a3-1~exp1~20240731145144.92"
}

0 comments on commit e886fa4

Please sign in to comment.