[PATCH] D81138: [SemaOverload] Use iterator_range to iterate over VectorTypes (NFC).

Florian Hahn via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 4 03:45:31 PDT 2020


fhahn created this revision.
fhahn added reviewers: rjmccall, arphaman, jfb, Bigcheese.
Herald added a subscriber: dexonsmith.
Herald added a project: clang.

We can simplify the code a bit by using iterator_range instead of
plain iterators. Matrix type support here (added in 6f6e91d19337 <https://reviews.llvm.org/rG6f6e91d19337315548f550479f94cbc0af93c8fe>)
already uses an iterator_range.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D81138

Files:
  clang/lib/Sema/SemaOverload.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81138.268408.patch
Type: text/x-patch
Size: 4085 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200604/276aaa6a/attachment.bin>


More information about the cfe-commits mailing list