https://github.com/kazutakahirata closed
https://github.com/llvm/llvm-project/pull/144939
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/shiltian approved this pull request.
https://github.com/llvm/llvm-project/pull/144939
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Kazu Hirata (kazutakahirata)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/144939.diff
10 Files Affected:
- (modified) clang/lib/CodeGen/CGBlocks.cpp (+3-3)
- (modified) clang/lib/CodeGen/CGCleanup.cpp (+2-2)
- (mo
llvmbot wrote:
@llvm/pr-subscribers-clang-codegen
Author: Kazu Hirata (kazutakahirata)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/144939.diff
10 Files Affected:
- (modified) clang/lib/CodeGen/CGBlocks.cpp (+3-3)
- (modified) clang/lib/CodeGen/CGCleanup.cpp (+2-2
https://github.com/kazutakahirata created
https://github.com/llvm/llvm-project/pull/144939
None
>From 2b6ab2eb7a999f2f56ef637b00048388be00a6db Mon Sep 17 00:00:00 2001
From: Kazu Hirata
Date: Sun, 15 Jun 2025 21:53:53 -0700
Subject: [PATCH] [CodeGen] Use range-based for loops (NFC)
---
clang