Skip to content

Split range-loop check in range-loop-detach and range-loop-reference.

Implements #431870

Previously, the range-loop check warned about range-based loops over COW Qt containers that might detach as well as places where the container elements where used by value instead of const reference. These cases are splitted into separate checks so they can be selected separately.

Merge request reports