checkedc / checkedc-llvm-project

This repo contains a version of clang that is modified to support Checked C. Checked C is an extension to C that lets programmers write C code with bounds checking and improved type-safety.
13 stars 19 forks source link

Get LNT testing working again #1213

Open dtarditi opened 1 year ago

dtarditi commented 1 year ago

We are at the point in new Checked C clang features where we need LNT testing working again.

This faces the same challenges as #1212. We can use the same Linux box to run the LNT tests.