clang-tidy: resolve modernize-use-integer-sign-comparison - #791
Conversation
…arison clang-tidy fixes
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthroughThe unsigned conversion helper now documents and suppresses a specific sign-comparison warning, while the clang-tidy checklist records the fix as completed and links PR 791. ChangesClang-tidy sign comparison fix
Estimated code review effort: 1 (Trivial) | ~3 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #791 +/- ##
==========================================
- Coverage 84.06% 83.96% -0.10%
==========================================
Files 172 172
Lines 7235 7235
Branches 850 850
==========================================
- Hits 6082 6075 -7
- Misses 876 880 +4
- Partials 277 280 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 2 files with indirect coverage changes Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
73ca77d to
12eeecb
Compare
Resolve
modernize-use-integer-sign-comparisonclang-tidy warnings.modernize-use-integer-sign-comparisonclang-tidy warning in the unsigned-long conversion helper, with explanatory comments and a targeted suppression for the(unsigned long)-1comparison.#791.