MMichael Jones[libc][NFC] split standalone_cpp into single headers
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[libc][NFC] split standalone_cpp into single headers Previously, the entire support/CPP folder was in one header library, which meant that a lot of headers were included where they shouldn't be. This patch splits each header into its own target, as well as adjusting each place they were included to only include what is used. Reviewed By: sivachandra, lntue Differential Revision: https://reviews.llvm.org/D121237 | 4 年前 | |
[libc][Obvious][NFC] A bunch of cosmetic cleanup. * Added missing header guards. * Fixed license header format in a few files. * Renamed files to more suitable names. | 4 年前 | |
[libc] Adds fuzz test for strstr and alphabetizes string fuzz CMakeList. Reviewed By: sivachandra Differential Revision: https://reviews.llvm.org/D84611 | 5 年前 | |
[libc] Add an implementation of qsort. A fuzzer for qsort has also been added. Reviewed By: michaelrj Differential Revision: https://reviews.llvm.org/D110382 | 4 年前 |