[clang] [MS][clang] Add support for vector deleting destructors (PR #126240)
Mariya Podchishchaeva via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 24 05:24:55 PDT 2025
Fznamznon wrote:
So, the body of the destructor is not the problem. I commented out all new additions to body emission of the destructor and it still crashes.
What makes the difference is the alias emission. I commented out alias emission and it started passing with "_E" destructor always emitted.
https://github.com/llvm/llvm-project/pull/126240
More information about the cfe-commits
mailing list