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

check-all command fails on some 3c tests #1202

Closed dtarditi closed 8 months ago

dtarditi commented 1 year ago

When you run the check-all command, it fails on same 3c tests. However, the tests do not fail when you run them directly with lit or via checkc-clang-c3.

dtarditi commented 8 months ago

This is complete.