[clang] [win][clang] Align scalar deleting destructors with MSABI (PR #139566)
Tom Honermann via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 13 21:18:12 PDT 2025
https://github.com/tahonermann requested changes to this pull request.
Thanks for working on this @Fznamznon! I added some suggestions and comments, most of which are minor. There are two concerns that must be addressed.
- The ABI impact suggests this change should be tied to `-fclang-abi-compat=` as has already been discussed.
- AST serialization support is needed for the new `OperatorGlobalDelete` member of `CXXDestructorDecl`.
https://github.com/llvm/llvm-project/pull/139566
More information about the cfe-commits
mailing list