Skip to content
  • Jürg Billeter's avatar
    Support [FormatArg] attribute for parameters · a61dd80e
    Jürg Billeter authored and Rico Tzschichholz's avatar Rico Tzschichholz committed
    This attribute specifies that the method takes and returns a printf
    or scanf format string without modifying the order or types of expected
    arguments, e.g., to translate the format string. This allows the
    compiler to check the printf/scanf arguments.
    a61dd80e