[all-commits] [llvm/llvm-project] fd14a2: [Sema] Make more overload candidate types use iter...

rsandifo-arm via All-commits all-commits at lists.llvm.org
Mon Dec 7 10:40:25 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: fd14a2753368bc13468d6207daccba1c45ce79e6
      https://github.com/llvm/llvm-project/commit/fd14a2753368bc13468d6207daccba1c45ce79e6
  Author: Richard Sandiford <richard.sandiford at arm.com>
  Date:   2020-12-07 (Mon, 07 Dec 2020)

  Changed paths:
    M clang/lib/Sema/SemaOverload.cpp

  Log Message:
  -----------
  [Sema] Make more overload candidate types use iterator_ranges (NFC)

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.

Differential Revision: https://reviews.llvm.org/D92222




More information about the All-commits mailing list