Files
llvm/libc/include
A. Jiang 33a583d377 [libc] Workaround for GCC on typedef for _Complex __float128 (#157010)
Currently, GCC can't parse `typedef _Complex __float128 cfloat128;`,
although `__typeof__` can be used as a workaround. Reported
https://gcc.gnu.org/PR121799 which was later considered as duplicate of
https://gcc.gnu.org/PR32187.

Some recent changes exposed it to GCC and then caused CI failure for
libc++. This patch adds a workaround for GCC.
2025-09-05 13:50:35 +08:00
..
2025-06-12 10:45:47 -07:00
2025-05-09 09:02:33 -07:00