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

Fix a failing test Checked C on MacOS #1215

Closed dtarditi closed 1 year ago

dtarditi commented 1 year ago

One of the Checked C varargs tests has some error messages that are OS specific. There are test cases specific to Linux and Windows for them. Add test cases specific to MacOS.

Testing: check-clang tests pass on Windows and MacOS with this change.