Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix clang-tidy
bugprone-chained-comparison
warnings
This triggers when running clang-tidy's bugprone-* family of checks in code which uses Catch2 even if Catch2 headers are marked as SYSTEM headers due to how code expanded from macros is treated as first party even if the macro comes from a 3rd party library. The fix is luckily pretty straightforward. This check is added in clang-tidy-18 due for release later this year.
- Loading branch information