llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Narayan (vortex73)
Changes
- [x] Fix crash on Clang's Assertion Trunk due to Virtual Copy Constructor
Fixed #112909
---
Full diff: https://github.com/llvm/llvm-project/pull/124819.diff
1 Files Affected:
- (modified) clang/lib/Sema/SemaD
https://github.com/vortex73 ready_for_review
https://github.com/llvm/llvm-project/pull/124819
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/vortex73 edited
https://github.com/llvm/llvm-project/pull/124819
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/vortex73 edited
https://github.com/llvm/llvm-project/pull/124819
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/vortex73 created
https://github.com/llvm/llvm-project/pull/124819
None
>From cee34e7727b0f8b9440b0d687a2da2f0b4734c15 Mon Sep 17 00:00:00 2001
From: Narayan Sreekumar
Date: Wed, 29 Jan 2025 00:11:23 +0530
Subject: [PATCH] [Clang] Fixed invalid virtual copy constructor assert