[clang] [clang][bytecode] Fix bitcasting from null pointers (PR #116999)

2024-12-05 Thread Timm Baeder via cfe-commits
https://github.com/tbaederr closed https://github.com/llvm/llvm-project/pull/116999 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][bytecode] Fix bitcasting from null pointers (PR #116999)

2024-12-05 Thread Timm Baeder via cfe-commits
https://github.com/tbaederr updated https://github.com/llvm/llvm-project/pull/116999 >From c9c39e81e3fae1351691feaf99528997114810cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Wed, 20 Nov 2024 17:14:01 +0100 Subject: [PATCH] [clang][bytecode] Fix bitcasting from null poin

[clang] [clang][bytecode] Fix bitcasting from null pointers (PR #116999)

2024-11-22 Thread Timm Baeder via cfe-commits
tbaederr wrote: This needs to incorporate the resolution from https://github.com/llvm/llvm-project/issues/117166, but that doesn't work properly without https://github.com/llvm/llvm-project/pull/116843 mergged first. https://github.com/llvm/llvm-project/pull/116999

[clang] [clang][bytecode] Fix bitcasting from null pointers (PR #116999)

2024-11-20 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Timm Baeder (tbaederr) Changes This looks a little ugly now, I should wait for #116843. --- Full diff: https://github.com/llvm/llvm-project/pull/116999.diff 2 Files Affected: - (modified) clang/lib/AST/ByteCode/InterpBuiltinBitCast.cpp

[clang] [clang][bytecode] Fix bitcasting from null pointers (PR #116999)

2024-11-20 Thread Timm Baeder via cfe-commits
https://github.com/tbaederr created https://github.com/llvm/llvm-project/pull/116999 This looks a little ugly now, I should wait for #116843. >From c316394e5948539beadd62aab71566a42b76a760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Wed, 20 Nov 2024 17:14:01 +0100 Subjec