checkedc-clang VS checkedc

Compare checkedc-clang vs checkedc and see what are their differences.

checkedc-clang

This is the primary development repository for 3C, a tool for automatically converting legacy C code to the Checked C extension of C, which aims to enforce spatial memory safety. This repository is a fork of Checked C's. (by correctcomputation)

checkedc

Checked C is an extension to C that lets programmers write C code that is guaranteed by the compiler to be type-safe. The goal is to let people easily make their existing C code type-safe and eliminate entire classes of errors. Checked C does not address use-after-free errors. This repo has a wiki for Checked C, sample code, the specification, and test code. (by microsoft)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
checkedc-clang checkedc
1 21
14 3,183
- 0.0%
0.0 0.0
almost 2 years ago over 1 year ago
C++ C
- GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

checkedc-clang

Posts with mentions or reviews of checkedc-clang. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-02.
  • Refactoring the FreeBSD Kernel with Checked C [pdf]
    4 projects | news.ycombinator.com | 2 Feb 2021
    At Correct Computation (https://correctcomputation.com/, we are hiring), we are developing a tool called 3C to provide automation assistance for the conversion of C code into Checked C. A completely automated approach is impractical (i.e., without making lots of changes to the target program's code and adding lots of overhead), but we have found a "best effort" approach works well.

    See here for more info (which transitively links to a tutorial of 3C's use): https://github.com/correctcomputation/checkedc-clang/blob/ma...

checkedc

Posts with mentions or reviews of checkedc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-04.

What are some alternatives?

When comparing checkedc-clang and checkedc you can also consider the following projects:

verifast - Research prototype tool for modular formal verification of C and Java programs

koka - Koka language compiler and interpreter

ctl - My variant of the C Template Library

rust.ko - A minimal Linux kernel module written in rust.

manyclangs - Repository hosting unofficial binary pack files for many commits of LLVM

c2rust - Migrate C code to Rust

linux - Linux kernel source tree

dafny - Dafny is a verification-aware programming language

zig - General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.

wuffs - Wrangling Untrusted File Formats Safely

rust - Empowering everyone to build reliable and efficient software.

The-C-Programming-Language - Answers to exercises in K&R's The C Programming Language (second Edition).