[PATCH] D92222: [Sema] Make more overload candidate types use iterator_ranges (NFC)

Richard Sandiford via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 27 04:19:38 PST 2020


rsandifo-arm created this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
rsandifo-arm requested review of this revision.

I have a patch that adds another group of candidate types to
BuiltinCandidateTypeSet.  Currently two styles are in use: the older
begin/end pairs and the newer iterator_range approach.  I think the
group of candidates that I want to add should use iterator ranges,
but I'd also like to consolidate the handling of the new candidates
with some existing code that uses begin/end pairs.  This patch therefore
converts the begin/end pairs to iterator ranges as a first step.

No functional change intended.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D92222

Files:
  clang/lib/Sema/SemaOverload.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92222.308018.patch
Type: text/x-patch
Size: 20687 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201127/711578ec/attachment-0001.bin>


More information about the cfe-commits mailing list