Re: [PATCH v3 2/6] compiler.h: Introduce TYPEOF_UNQUAL() macro
From: Peter Zijlstra
Date: Mon Dec 09 2024 - 06:32:46 EST
On Sun, Dec 08, 2024 at 09:45:17PM +0100, Uros Bizjak wrote:
> Define TYPEOF_UNQUAL() to use __typeof_unqual__() as typeof operator
> when available, to return unqualified type of the expression.
>
> Current version of sparse doesn't know anything about __typeof_unqual__()
> operator. Avoid the usage of __typeof_unqual__() when sparse checking
> is active to prevent sparse errors with unknowing keyword.
Ooooh, new toys.
I suppose __unqual_scalar_typeof() wants to be using this when
available?