Unverified Commit 3b5a121a authored by Julian Schmidt's avatar Julian Schmidt Committed by GitHub
Browse files

[clang-tidy][NFC] replace comparison of begin and end iterators with range empty (#91994)

Improves readability by changing comparisons of `*_begin` and `*_end`
iterators into `.empty()` on their range.
parent 398162dd
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment