checkedc / checkedc-clang

This repo contains a version of clang that is being modified to support Checked C. Checked C is an extension to C that lets programmers write C code that is guaranteed by the compiler to be type-safe.
https://www.checkedc.org
502 stars 74 forks source link

Separate out windows and non-windows-specific tests for variadic functions #1180

Closed mgrang closed 3 years ago

mgrang commented 3 years ago

Some -Wformat error messages are different between linux and windows systems. We separate out the common tests in variadic-functions.c. The windows-specific tests are in variadic-functions-win.c and the non-windows tests are in variadic-functions-non-win.c.