Daniel Thornburgh 4c53b27ac2 [clang] "modular_format" attribute for functions using format strings
This provides a C language version of the new IR modular-format
attribute. This, in concert with the format attribute, allows a library
function to declare that a modular version of its implementation is
available.

See issue #146159 for context.
2025-08-21 15:09:04 -07:00
..