[clang] [C99] Claim conformance for _Complex support (PR #88161)
Zahira Ammarguellat via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 9 10:58:27 PDT 2024
zahiraam wrote:
> I'm not convinced I have sufficient tests, so I'm especially interested in some help figuring out what else to test and how to go about it. I don't believe we need to test library behavior here because Clang does not provide any library support for complex types in freestanding mode; we expect the user to link against a C standard library that has such support.
I haven't looked at it in details yet, but the test needs to run on Linux and Windows.
https://github.com/llvm/llvm-project/pull/88161
More information about the cfe-commits
mailing list