Checked C clang 12.0.2 release #1203
dtarditi
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
This is a release of the Checked C clang compiler. It is based on the Checked C specification version 1.0.
Release Date
November 13, 2023
Installation Notes
Verifying signatures of downloaded files
We use cosign to sign the distribution files. To verify a file, download the file and the associated file.bundle, install cosign and then run:
You can install cosign following these directions or from the GitHub releases page for cosign.
MacOS (ARM64)
To install:
The clang compiler will be located at
<your installation directory>/bin/CheckedC-Clang-12.0.0git-Darwin/clang
.The 3c tool will be located at
<your installation directory>/bin/CheckedC-Clang-12.0.0git-Darwin/3c
.Ubuntu 22.04
To install:
The clang compiler will be located at
<your installation directory>/bin/CheckedC-Clang-12.0.0git-Linux/clang
.The 3c tool will be located at
<your installation directory>/bin/CheckedC-Clang-12.0.0git-Linux/3c
.Windows 10/11 (64-bit)
To install:
...
next to the file name and chooseKeep
.This discussion was created from the release Checked C clang 12.0.2 release.
Beta Was this translation helpful? Give feedback.
All reactions