llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Timm Baeder (tbaederr)
Changes
Add a test for type punning and tests and the necessary checks for
non-trivially-copyable types and incomplete types.
---
Full diff: https://github.com/llvm/llvm-project/pull/135975.diff
2 Files Affected:
https://github.com/tbaederr created
https://github.com/llvm/llvm-project/pull/135975
Add a test for type punning and tests and the necessary checks for
non-trivially-copyable types and incomplete types.
>From 16a4869d46a33d60d12e53a27daad9e742605f20 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tim