[clang] [X86_64] fix empty structure vaarg in c++ (PR #77907)

Longsheng Mou via cfe-commits cfe-commits at lists.llvm.org
Sun Jan 14 17:31:05 PST 2024


CoTinker wrote:

> I checked it locally, the patch doesn't fix the reported problem:
> 
> ```
> $ clang pr77036.cpp && ./a.out
> -nan
> Fail
> ```

isEmptyRecord return false here, I am checking it.

https://github.com/llvm/llvm-project/pull/77907


More information about the cfe-commits mailing list