clboss/tests/util
clboss-contributor 4057154967 feat: add clang C++20 build job to CI
Add clang build configuration to catch C++20 compatibility issues early.

Changes:
- Add build-clang job to .github/workflows/build.yml
- Add missing #include<cstdint> for std::uint* types (clang strict mode)
- Add -lexecinfo for FreeBSD in configure.ac (backtrace_symbols)
- Fix pessimizing-move warning in test_earningsrebalancer.cpp
- Fix CHANGELOG.md formatting

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-04 11:24:31 -08:00
..
test_date.cpp Util/date.cpp: Function to describe dates. 2021-04-26 16:17:10 +08:00
test_duration.cpp Util/duration.cpp: Utility for human-readable durations. 2021-04-26 16:17:10 +08:00
test_either.cpp feat: add clang C++20 build job to CI 2026-03-04 11:24:31 -08:00
test_format.cpp tests/util/test_format.cpp: Add test for Util::format. 2021-08-12 08:08:14 +08:00