lix/tests/unit
jade 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
..
libexpr use byte indexed locations for PosIdx 2024-03-18 16:12:46 +01:00
libexpr-support Add missing -pthread for test support libraries 2023-12-05 23:44:41 +00:00
libstore Fix various clang-tidy lints 2024-03-29 20:26:38 -07:00
libstore-support Fix various clang-tidy lints 2024-03-29 20:26:38 -07:00
libutil Merge "Remove HintFmt::operator%" into main 2024-03-29 01:13:45 +00:00
libutil-support Fix various clang-tidy lints 2024-03-29 20:26:38 -07:00
meson.build meson: add missing explicit dependency on nlohmann_json 2024-03-29 14:16:58 -04:00