We can simplify the code a bit by using iterator_range instead of
plain iterators. Matrix type support here (added in 6f6e91d19337)
already uses an iterator_range.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D81138
[SemaOverload] Use iterator_range to iterate over VectorTypes (NFC). ClosedPublic Authored by fhahn on Jun 4 2020, 3:33 AM.
Details Summary We can simplify the code a bit by using iterator_range instead of
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 4 2020, 11:46 AM Comment Actions
Thanks, changed in the committed version. Closed by commit rG714e84be4615: [SemaOverload] Use iterator_range to iterate over VectorTypes (NFC). (authored by fhahn). · Explain WhyJun 4 2020, 1:16 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 268572 clang/lib/Sema/SemaOverload.cpp
|