6 Commits

Author SHA1 Message Date
Joseph Huber
e50bed6da4
[libc] Fix warnings for the GPU test suite (#181763)
Summary:
A lot of fixes mostly around unused variables.
2026-02-17 09:30:36 -06:00
lntue
c597a4f476
Revert "[libc] Add -Werror for libc tests" (#164684)
Reverts llvm/llvm-project#160413
2025-10-22 19:05:10 +00:00
Vinay Deshmukh
5d6c00cd0f
[libc] Add -Werror for libc tests (#160413)
Relates to https://github.com/llvm/llvm-project/issues/119281

Note:

1) As this PR enables `-Werror` for `libc` tests, it's very likely some
downstream CI's may fail / start failing, so it's very likely this PR
may need to be reverted and re-applied.

P.S.

I do not have merge permissions, so I will need one of the reviews to
merge it for me. Thank you!
2025-10-22 14:32:21 -04:00
Connector Switch
78579b9157
[libc] Implement CMPLX related macros (#156344) 2025-09-05 10:08:04 +08:00
Roland McGrath
1dbc98294a
[libc] Fix SPDX-License-Identifier file header comment typos (#122776) 2025-01-14 10:53:41 -08:00
Shourya Goel
f4ba6a654d
[libc][complex] Set up headers and add documentation for complex.h. (#111659)
Refer: 7.3.1 from [ISO
SPEC](https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf)

I have added complex variants of F16 and F128 in libc doc but have
omitted support for them since we will have to first investigate how
their support matrix for clang and gcc looks like, and then add header
guards for them accordingly. Planning to add them in follow up PRs once
this gets landed.
2024-10-14 13:35:04 -04:00