[all-commits] [llvm/llvm-project] 100207: [clang][Interp] Call invalid destructors
Timm Baeder via All-commits
all-commits at lists.llvm.org
Tue Jul 25 22:31:23 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 10020791b18f344dc480b60712f6f3a5d63e86a2
https://github.com/llvm/llvm-project/commit/10020791b18f344dc480b60712f6f3a5d63e86a2
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2023-07-26 (Wed, 26 Jul 2023)
Changed paths:
M clang/lib/AST/Interp/ByteCodeExprGen.cpp
M clang/test/AST/Interp/records.cpp
Log Message:
-----------
[clang][Interp] Call invalid destructors
We need to call them like any other function, so we can generate proper
diagnostics.
Differential Revision: https://reviews.llvm.org/D150040
More information about the All-commits
mailing list