[all-commits] [llvm/llvm-project] cbcfe6: [CIR] Upstream support for iterator-based range fo...

Andy Kaylor via All-commits all-commits at lists.llvm.org
Tue May 20 10:52:36 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cbcfe667bbda2ba2862d873350309e29b4368880
      https://github.com/llvm/llvm-project/commit/cbcfe667bbda2ba2862d873350309e29b4368880
  Author: Andy Kaylor <akaylor at nvidia.com>
  Date:   2025-05-20 (Tue, 20 May 2025)

  Changed paths:
    M clang/lib/CIR/CodeGen/CIRGenCXXExpr.cpp
    M clang/lib/CIR/CodeGen/CIRGenExpr.cpp
    M clang/lib/CIR/CodeGen/CIRGenFunction.cpp
    M clang/lib/CIR/CodeGen/CIRGenFunction.h
    M clang/test/CIR/CodeGen/forrange.cpp

  Log Message:
  -----------
  [CIR] Upstream support for iterator-based range for loops (#140636)

This change adds handling for C++ member operator calls, implicit no-op
casts, and l-value call expressions. Together, these changes enable
handling of range for loops based on iterators.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list