diff options
author | Julian Schmidt <git.julian.schmidt@gmail.com> | 2024-05-15 14:35:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-15 14:35:07 +0200 |
commit | 3b5a121a2478e586f59e3277d04d17fb63be5d76 (patch) | |
tree | d6df835e2670d8394053811c2fd545e27128125c /llvm/lib/Support/BinaryStreamWriter.cpp | |
parent | 398162ddbcf741c49e86bef2ef4aaa3fd0213916 (diff) | |
download | llvm-3b5a121a2478e586f59e3277d04d17fb63be5d76.zip llvm-3b5a121a2478e586f59e3277d04d17fb63be5d76.tar.gz llvm-3b5a121a2478e586f59e3277d04d17fb63be5d76.tar.bz2 |
[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.
Diffstat (limited to 'llvm/lib/Support/BinaryStreamWriter.cpp')
0 files changed, 0 insertions, 0 deletions