================
@@ -268,6 +268,9 @@ Attribute Changes in Clang
   attribute, allowing the attribute to only be attached to the declaration. 
Prior, this would be
   treated as an error where the definition and declaration would have 
differing types.
 
+- New format attributes ``gnu_printf``, ``gnu_scanf``, ``gnu_strftime`` and 
``gnu_strfmon`` are added
+  as aliases for ``printf``, ``scanf``, ``strftime`` and ``strfmon``.
----------------
Sirraide wrote:

```suggestion
  as aliases for ``printf``, ``scanf``, ``strftime`` and ``strfmon``. (#GH16219)
```

https://github.com/llvm/llvm-project/pull/160255
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to