[all-commits] [llvm/llvm-project] 7dc272: [CIR] Unblock destructor alias handling (#150497)
Andy Kaylor via All-commits
all-commits at lists.llvm.org
Thu Jul 24 12:19:13 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7dc27267eb7ef53638c2fc46ba70dfad182ec45c
https://github.com/llvm/llvm-project/commit/7dc27267eb7ef53638c2fc46ba70dfad182ec45c
Author: Andy Kaylor <akaylor at nvidia.com>
Date: 2025-07-24 (Thu, 24 Jul 2025)
Changed paths:
M clang/lib/CIR/CodeGen/CIRGenItaniumCXXABI.cpp
A clang/test/CIR/CodeGen/dtor-alias.cpp
Log Message:
-----------
[CIR] Unblock destructor alias handling (#150497)
This change removes a stale errorNYI message to allow destructor alias
handling. The error message was an artifact of the order in which
various parts of the implementation were upstreamed. Now that all the
parts are in place, all this needed was to remove the diagnostic and add
a test.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list