[clang] [clang][bytecode] Fix discarding CompoundLiteralExprs (PR #104909)

2024-08-20 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Timm Baeder (tbaederr) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/104909.diff 2 Files Affected: - (modified) clang/lib/AST/ByteCode/Compiler.cpp (+3-3) - (modified) clang/test/AST/ByteCode/c23.c (+4-1) ```

[clang] [clang][bytecode] Fix discarding CompoundLiteralExprs (PR #104909)

2024-08-20 Thread Timm Baeder via cfe-commits
https://github.com/tbaederr created https://github.com/llvm/llvm-project/pull/104909 None >From 6d45a286525465b4832e4ee01fa747db871f002e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Tue, 20 Aug 2024 11:02:25 +0200 Subject: [PATCH] [clang][bytecode] Fix discarding Compound