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.
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.
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.