Re: [PATCH 1/4] Compiler Attributes: Add Clang's __pass_object_size
From: Miguel Ojeda
Date: Tue Feb 01 2022 - 20:14:14 EST
On Wed, Feb 2, 2022 at 2:11 AM Miguel Ojeda
<miguel.ojeda.sandonis@xxxxxxxxx> wrote:
>
> For `__diagnose_as_builtin__`, I only see it on Clang trunk, so I
> assume >= 14, thus could you please add:
>
> * Optional: only supported since clang >= 14.
...and the other two too:
> * Optional: not supported by gcc.
> * Optional: not supported by icc.
Cheers,
Miguel