forked from OSchip/llvm-project
5dfbcc5ae9
`std::clamp(2, 1, 3, std::greater<int>())` has UB because (1 > 3) is false. Swap the operands to fix the _LIBCPP_ASSERT failure in this test. |
||
---|---|---|
.. | ||
benchmarks | ||
cmake | ||
docs | ||
include | ||
lib | ||
src | ||
test | ||
utils | ||
www | ||
.clang-format | ||
.gitignore | ||
CMakeLists.txt | ||
CREDITS.TXT | ||
LICENSE.TXT | ||
TODO.TXT | ||
appveyor-reqs-install.cmd | ||
appveyor.yml |