forked from OSchip/llvm-project
d7e0cec60e
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 |
||
---|---|---|
.. | ||
benchmarks | ||
cmake | ||
docs | ||
include | ||
lib | ||
src | ||
test | ||
utils | ||
.clang-format | ||
.clang-tidy | ||
.gitignore | ||
CMakeLists.txt | ||
CREDITS.TXT | ||
LICENSE.TXT | ||
TODO.TXT | ||
appveyor-reqs-install.cmd | ||
appveyor.yml |