| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[libc] Move printf writer to new design The new printf writer design focuses on optimizing the fast path. It inlines any write to a buffer or string, and by handling buffering itself can more effectively work with both internal and external file implementations. The overflow hook should allow for expansion to asprintf with minimal extra code. Reviewed By: sivachandra Differential Revision: https://reviews.llvm.org/D153999 | 2 年前 | |
[libc] Add printf error handling (with fixes #2) (#166517) https://github.com/llvm/llvm-project/issues/159474 Another try of trying to land https://github.com/llvm/llvm-project/pull/166382 - Fix some leftover tests checking for specific errnos - Guard errno checking tests to not run on the GPU @michaelrj-google | 8 个月前 | |
[libc] Add -Wno-sign-conversion & re-attempt -Wconversion (#129811) Relates to https://github.com/llvm/llvm-project/issues/119281#issuecomment-2699470459 | 1 年前 | |
[libc] Add printf error handling (with fixes #2) (#166517) https://github.com/llvm/llvm-project/issues/159474 Another try of trying to land https://github.com/llvm/llvm-project/pull/166382 - Fix some leftover tests checking for specific errnos - Guard errno checking tests to not run on the GPU @michaelrj-google | 8 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 2 年前 | ||
| 8 个月前 | ||
| 1 年前 | ||
| 8 个月前 |