### Describe the enhancement requested - [ ] bugprone-narrowing-conversions: from int64_t to int32_t... - [ ] modernize-pass-by-value: pass by value and use std::move - [ ] bugprone-use-after-move: 'edge_info' used after it was moved - [ ] bugprone-branch-clone: switch has 2 consecutive identical branches - [ ] ... ### Component(s) C++, Format