aboutsummaryrefslogtreecommitdiff
path: root/src/util/check.h
AgeCommit message (Expand)Author
2022-04-26lint: Mention NONFATAL_UNREACHABLE in lint-assertions.pyMacroFake
2022-04-16util/check: Add CHECK_NONFATAL identity function, NONFATAL_UNREACHABLE AND UN...Aurèle Oulès
2022-04-01util/check: avoid unused parameter warningsAnthony Towns
2022-03-30util/check: stop using lambda for Assert/AssumeAnthony Towns
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-12-08fuzz: Fix RPC internal bug detectionMarcoFalke
2021-03-04util: Make Assume() usable as unary expressionMarcoFalke
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-11-24util: Remove probably misleading TODOMarcoFalke
2020-11-24util: Add Assume() identity functionMarcoFalke
2020-11-24util: Allow Assert(...) to be used in all contextspracticalswift
2020-07-11util: Make Assert work with any valueMarcoFalke
2020-06-15util: Add Assert identity functionMarcoFalke
2020-06-14move-only: Move NDEBUG compile time check to util/checkMarcoFalke
2020-05-13Add util::Ref class as temporary alternative for c++17 std::anyRussell Yanofsky
2019-10-18util: Add CHECK_NONFATAL and use it in src/rpcMarcoFalke