rjmccall wrote:

> The code you noted is supposed to handle two cases, neither of which are 
> relevant to your testcase:
> 
> * Darwin-specific calling convention rules.
> * GNU extensions for zero-size structs (which aren't allowed according to 
> either C or C++ standards, but GNU invented a bunch of non-standard rules for 
> them)

To be clear, this isn't just about zero-sized structs

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

Reply via email to