[libcxx-commits] [libcxx] [libc++] Add assertions for potential OOB reads in std::nth_element (PR #67023)
Daniel Kutenin via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Oct 10 09:17:22 PDT 2023
danlark1 wrote:
@ldionne, CI is almost green, the errors are in the format of
```
error: function '__nth_element' has cognitive complexity of 144 (threshold 143) [readability-function-cognitive-complexity,-warnings-as-errors]
```
What should I do about it?
https://github.com/llvm/llvm-project/pull/67023
More information about the libcxx-commits
mailing list