alejandro-colomar wrote:

Hi!

I don't see it mentioned, so I'll note it down here.  The standard allows this:

```c
typedef typeof(sizeof(0))  size_t;
```

as a valid implementation of `size_t`.

It would be good to keep this in mind to not accidentally break it.  (Not 
saying this would break it; just to be cautious.)

https://github.com/llvm/llvm-project/pull/136542
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to