Fznamznon wrote: > CheckConstexprFunctionDefinition will return false for a destructor if > defaultedDestructorIsConstexpr returns false (unless we want to emit a > diagnostic)`
I see. So defaulted special members now *actually* constexpr. I've made that change. I confused everything with functions and only disabled diagnostic for these. Now it should work correctly. https://github.com/llvm/llvm-project/pull/77753 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits