Suppress new cppcheck 2.18 diagnostics as the fix performance impact is unknown#796
Conversation
…is unknown cppcheck 2.18 suggests to use std::find_if, which is a reasonable suggestion, but I have not verified the compiled code yet.
Walkthroughcppcheck suppression comments are inserted into iterator begin/next implementations for N48 and N256 inode types in art_internal_impl.hpp, preceding conditional checks that iterate over internal arrays. No functional changes. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes
Poem
Pre-merge checks and finishing touches✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (10)
🔇 Additional comments (2)
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 |
|



cppcheck 2.18 suggests to use std::find_if, which is a reasonable suggestion,
but I have not verified the compiled code yet.
Summary by CodeRabbit