[clang] [clang][bytecode] Implement __builtin_wcschr (PR #132708)

2025-03-24 Thread Timm Baeder via cfe-commits
https://github.com/tbaederr closed https://github.com/llvm/llvm-project/pull/132708 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][bytecode] Implement __builtin_wcschr (PR #132708)

2025-03-24 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Timm Baeder (tbaederr) Changes This is already almost implemented, just need to enable support for it. --- Full diff: https://github.com/llvm/llvm-project/pull/132708.diff 2 Files Affected: - (modified) clang/lib/AST/ByteCode/InterpBuil

[clang] [clang][bytecode] Implement __builtin_wcschr (PR #132708)

2025-03-24 Thread Timm Baeder via cfe-commits
https://github.com/tbaederr created https://github.com/llvm/llvm-project/pull/132708 This is already almost implemented, just need to enable support for it. >From 2355ce241b16a4b0d9839f010b90f338ba416a4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Mon, 24 Mar 2025 11:38: