Files
lix/src/libutil
Jade Lovelace 1fa6a3e335 Fix various clang-tidy lints
* some things that can throw are marked noexcept
  yet the linter seems to think not. Maybe they can't throw in practice.
  I would rather not have the UB possibility in pretty obvious cold
  paths.
* various default-case-missing complaints
* a fair pile of casts from integer to character, which are in fact
  deliberate.
* an instance of <https://clang.llvm.org/extra/clang-tidy/checks/bugprone/move-forwarding-reference.html>
* bugprone-not-null-terminated-result on handing a string to curl in
  chunks of bytes. our usage is fine.
* reassigning a unique_ptr by CRIMES instead of using release(), then
  using release() and ignoring the result. wild. let's use release() for
  its intended purpose.

Change-Id: Ic3e7affef12383576213a8a7c8145c27e662513d
2024-03-29 20:26:38 -07:00
..
2024-03-27 03:52:57 +00:00
2024-03-09 03:50:06 +01:00
2024-03-09 03:50:06 +01:00
2024-03-11 00:52:09 -07:00
2024-03-26 15:40:05 -07:00
2023-04-07 09:21:50 +02:00
2024-03-29 20:26:38 -07:00
2024-03-11 00:52:09 -07:00
2024-03-11 00:52:09 -07:00
2024-03-26 16:44:04 -07:00
2024-03-26 16:44:04 -07:00
2024-03-11 00:52:09 -07:00
2024-03-11 00:52:09 -07:00
2024-03-29 20:26:38 -07:00
2023-08-17 14:16:19 -07:00
2024-03-23 22:17:46 +00:00
2023-08-18 11:44:00 -04:00
2022-02-25 16:13:02 +01:00