forked from OSchip/llvm-project
![]() I accidentally wrote `testComparisons(...)` instead of `assert(testComparisons(...))`. This compiled without issues, but did not provide the intended test coverage. By adding a `nodiscard`, we can make sure that the compiler catches such mistakes for us. Differential Revision: https://reviews.llvm.org/D131364 |
||
---|---|---|
.. | ||
configs | ||
libcxx | ||
std | ||
support | ||
.clang-tidy | ||
CMakeLists.txt | ||
lit.cfg.py |