A fuzzer for qsort has also been added.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
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. |
clang-tidy: warning: invalid case style for function 'int_compare' [readability-identifier-naming]
not useful
clang-tidy: warning: invalid case style for parameter 'l' [readability-identifier-naming]
not useful
clang-tidy: warning: invalid case style for parameter 'r' [readability-identifier-naming]
not useful