Petr Hosek
|
5ff3ff33ff
|
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)
This is a part of #97655.
|
2024-07-12 09:28:41 -07:00 |
|
Mehdi Amini
|
ce9035f5bd
|
Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration" (#98593)
Reverts llvm/llvm-project#98075
bots are broken
|
2024-07-12 09:12:13 +02:00 |
|
Petr Hosek
|
3f30effe1b
|
[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)
This is a part of #97655.
|
2024-07-11 12:35:22 -07:00 |
|
Guillaume Chatelet
|
b6bc9d72f6
|
[libc] Mass replace enclosing namespace (#67032)
This is step 4 of
https://discourse.llvm.org/t/rfc-customizable-namespace-to-allow-testing-the-libc-when-the-system-libc-is-also-llvms-libc/73079
|
2023-09-26 11:45:04 +02:00 |
|
Michael Jones
|
9beb8d1109
|
[libc] move errno out of file internals
Now errno is only set by the terminal entrypoints, and not the internal
implementations. This patch is part of the larger effort to not set
errno in libc internal code: https://github.com/llvm/llvm-project/issues/59278
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D139576
|
2022-12-12 13:11:45 -08:00 |
|
Guillaume Chatelet
|
aa59c9810a
|
[libc][NFC] Use STL case for string_view
|
2022-08-22 15:25:14 +00:00 |
|
Siva Chandra Reddy
|
658c84e415
|
[libc] Add GNU extension functions pthread_setname_np and pthread_getname_np.
Reviewed By: michaelrj, lntue
Differential Revision: https://reviews.llvm.org/D130872
|
2022-08-02 01:57:03 +00:00 |
|