[clang] [clang][bytecode] Add a scope to function calls (PR #140441)

2025-05-17 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Timm Baeder (tbaederr) Changes We need a place to destroy the temporaries created for call arguments. --- Full diff: https://github.com/llvm/llvm-project/pull/140441.diff 3 Files Affected: - (modified) clang/lib/AST/ByteCode/Compiler.cp

[clang] [clang][bytecode] Add a scope to function calls (PR #140441)

2025-05-17 Thread Timm Baeder via cfe-commits
https://github.com/tbaederr created https://github.com/llvm/llvm-project/pull/140441 We need a place to destroy the temporaries created for call arguments. >From 47a04ed14736a66d6f437e704322397ca3b2d255 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Fri, 16 May 2025 12:47:3