Fix some clang tidy warnings - #2464
Open
Xazax-hun wants to merge 3 commits into
Open
Codecov / codecov/project
succeeded
Aug 3, 2026 in 0s
78.21% (target 0.00%)
View this Pull Request on Codecov
78.21% (target 0.00%)
Details
Codecov Report
❌ Patch coverage is 87.01299% with 10 lines in your changes missing coverage. Please review.
✅ Project coverage is 78.21%. Comparing base (9ac6b24) to head (8016caa).
Additional details and impacted files
@@ Coverage Diff @@
## master #2464 +/- ##
==========================================
+ Coverage 78.18% 78.21% +0.02%
==========================================
Files 486 486
Lines 32422 32420 -2
==========================================
+ Hits 25349 25357 +8
+ Misses 7073 7063 -10 | Files with missing lines | Coverage Δ | |
|---|---|---|
| src/ast/Constraint.h | 100.00% <100.00%> (ø) |
|
| src/ast/Lattice.h | 100.00% <ø> (ø) |
|
| src/ast/Literal.h | 100.00% <100.00%> (ø) |
|
| src/ast/UnnamedVariable.cpp | 100.00% <100.00%> (ø) |
|
| src/ast/UserDefinedAggregator.cpp | 96.29% <100.00%> (ø) |
|
| src/ast/analysis/Aggregate.cpp | 99.26% <100.00%> (-0.02%) |
⬇️ |
| src/ast/analysis/typesystem/TypeSystem.h | 86.01% <100.00%> (ø) |
|
| src/ast2ram/utility/ValueIndex.cpp | 76.92% <100.00%> (ø) |
|
| src/include/souffle/RecordTable.h | 100.00% <100.00%> (ø) |
|
| src/include/souffle/datastructure/BTree.h | 98.12% <100.00%> (ø) |
|
| ... and 38 more |
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Loading