[all-commits] [llvm/llvm-project] 714e84: [SemaOverload] Use iterator_range to iterate over ...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Thu Jun 4 12:47:34 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 714e84be4615d6e1195f2798c0c3c8c54017dd5f
https://github.com/llvm/llvm-project/commit/714e84be4615d6e1195f2798c0c3c8c54017dd5f
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-06-04 (Thu, 04 Jun 2020)
Changed paths:
M clang/lib/Sema/SemaOverload.cpp
Log Message:
-----------
[SemaOverload] Use iterator_range to iterate over VectorTypes (NFC).
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.
Reviewers: rjmccall, arphaman, jfb, Bigcheese
Reviewed By: rjmccall
Differential Revision: https://reviews.llvm.org/D81138
More information about the All-commits
mailing list