A fuzzer for qsort has also been added.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM, approved with nit
libc/src/stdlib/qsort.cpp | ||
---|---|---|
19 | I think you should put this class as well as the internal quicksort function in the internal namespace. |
I think you should put this class as well as the internal quicksort function in the internal namespace.