[clang] [clang][bytecode] Diagnose comparing pointers to fields... (PR #137159)

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

[clang] [clang][bytecode] Diagnose comparing pointers to fields... (PR #137159)

2025-04-24 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Timm Baeder (tbaederr) Changes ... with different access specifiers. --- Full diff: https://github.com/llvm/llvm-project/pull/137159.diff 4 Files Affected: - (modified) clang/lib/AST/ByteCode/Interp.h (+13) - (modified) clang/lib/AST/B

[clang] [clang][bytecode] Diagnose comparing pointers to fields... (PR #137159)

2025-04-24 Thread Timm Baeder via cfe-commits
https://github.com/tbaederr updated https://github.com/llvm/llvm-project/pull/137159 >From a489e3957eeb23fc38758c9a6670a3abd082321d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Thu, 24 Apr 2025 13:19:25 +0200 Subject: [PATCH] [clang][bytecode] Diagnose comparing pointers t

[clang] [clang][bytecode] Diagnose comparing pointers to fields... (PR #137159)

2025-04-24 Thread Timm Baeder via cfe-commits
https://github.com/tbaederr created https://github.com/llvm/llvm-project/pull/137159 ... with different access specifiers. >From a4c3afca1ef1d029aea8c70d83195100e48b39e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Thu, 24 Apr 2025 13:19:25 +0200 Subject: [PATCH] [clang][