https://github.com/kazutakahirata closed
https://github.com/llvm/llvm-project/pull/141314
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/arsenm approved this pull request.
https://github.com/llvm/llvm-project/pull/141314
___
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-driver
Author: Kazu Hirata (kazutakahirata)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/141314.diff
3 Files Affected:
- (modified) clang/include/clang/AST/Expr.h (+2-3)
- (modified) clang/lib/AST/Type.cpp (+7-7)
- (modif
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Kazu Hirata (kazutakahirata)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/141314.diff
3 Files Affected:
- (modified) clang/include/clang/AST/Expr.h (+2-3)
- (modified) clang/lib/AST/Type.cpp (+7-7)
- (modified) cl
https://github.com/kazutakahirata created
https://github.com/llvm/llvm-project/pull/141314
None
>From e86781db12cfd119fb4c00267bba4a57b27a7c9b Mon Sep 17 00:00:00 2001
From: Kazu Hirata
Date: Thu, 22 May 2025 21:10:06 -0700
Subject: [PATCH] [clang] Use llvm::any_of (NFC)
---
clang/include/cl