[clang] [Driver] Use llvm::is_contained (NFC) (PR #140310)

2025-05-16 Thread LLVM Continuous Integration via cfe-commits
llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `clang-aarch64-sve-vls-2stage` running on `linaro-g3-03` while building `clang` at step 12 "ninja check 2". Full details are available at: https://lab.llvm.org/buildbot/#/builders/4/builds/6836 Here is the relevant piece of

[clang] [Driver] Use llvm::is_contained (NFC) (PR #140310)

2025-05-16 Thread LLVM Continuous Integration via cfe-commits
llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `premerge-monolithic-windows` running on `premerge-windows-1` while building `clang` at step 5 "clean-build-dir". Full details are available at: https://lab.llvm.org/buildbot/#/builders/35/builds/10150 Here is the relevant p

[clang] [Driver] Use llvm::is_contained (NFC) (PR #140310)

2025-05-16 Thread LLVM Continuous Integration via cfe-commits
llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `llvm-clang-x86_64-gcc-ubuntu` running on `sie-linux-worker3` while building `clang` at step 6 "test-build-unified-tree-check-all". Full details are available at: https://lab.llvm.org/buildbot/#/builders/174/builds/17905 Her

[clang] [Driver] Use llvm::is_contained (NFC) (PR #140310)

2025-05-16 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata closed https://github.com/llvm/llvm-project/pull/140310 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Driver] Use llvm::is_contained (NFC) (PR #140310)

2025-05-16 Thread Tim Gymnich via cfe-commits
https://github.com/tgymnich approved this pull request. https://github.com/llvm/llvm-project/pull/140310 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Driver] Use llvm::is_contained (NFC) (PR #140310)

2025-05-16 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Kazu Hirata (kazutakahirata) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/140310.diff 1 Files Affected: - (modified) clang/lib/Driver/ToolChains/MSVC.cpp (+1-1) ``diff diff --git a/clang/lib/Driver/ToolCh

[clang] [Driver] Use llvm::is_contained (NFC) (PR #140310)

2025-05-16 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/140310 None >From 46eaadc24d6874f25e161cecb4a2e782a8c3ea35 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 16 May 2025 14:24:41 -0700 Subject: [PATCH] [Driver] Use llvm::is_contained (NFC) --- clang/lib