Issue 173778
Summary [clang-tidy] `modernize-use-ranges` invalid fix-it tracking issue
Labels clang-tidy
Assignees
Reporter localspook
    I've noticed we have quite a few open issues for invalid fix-its from this check, but many of them have similar underlying causes, so I've decided to classify them.

- `ranges::` algorithm has different return type than its `std::` analog:
  - #127658
  - #110223
  - #124794
- `ranges::` algorithm has stricter concept requirements than its `std::` analog:
  - #130684
  - #110660
  - #110655
- `ranges::` algorithm takes a full range where its `std::` analog takes just an iterator:
  - #125740
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to