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

Adding commits for 3clsp support #1229

Closed souragc closed 6 months ago

souragc commented 7 months ago

These commits add the code needed for the vscode extension to work with 3c.

souragc commented 6 months ago

These commits cause the 3c tests to fail. I will add different set of commits to fix this.