diff options
author | serge-sans-paille <sguelton@mozilla.com> | 2024-10-30 07:32:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-30 07:32:05 +0000 |
commit | dc56a86b96d77a93f761995d50f7b2f112856311 (patch) | |
tree | 9a54288b0454ee9704c3ba483090a8eaf6f8a585 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 5df84a75351d0e9c3e20d50ac1047c937e3b8e88 (diff) | |
download | llvm-dc56a86b96d77a93f761995d50f7b2f112856311.zip llvm-dc56a86b96d77a93f761995d50f7b2f112856311.tar.gz llvm-dc56a86b96d77a93f761995d50f7b2f112856311.tar.bz2 |
[clang] Fix 71315698c9 in presence of incomplete types (#114095)
Incomplete types are not considered trivially copyable by clang but we
don't want to warn about invalid argument for memcpy / memset in that
case because we cannot prove they are not Trivially Copyable.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions